The first implementation of scroll views.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-08-05 21:50:10 +00:00
parent 03d0b58c1f
commit e6f636ee30
17 changed files with 1513 additions and 1038 deletions

View file

@ -353,7 +353,10 @@ static id MB_NSCONTROL_CELL_CLASS = nil;
{
NSApplication *theApp = [NSApplication sharedApplication];
return [theApp sendAction:theAction to:theTarget from:self];
if (theAction && theTarget)
return [theApp sendAction:theAction to:theTarget from:self];
else
return NO;
}
- (int)sendActionOn:(int)mask