mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
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:
parent
03d0b58c1f
commit
e6f636ee30
17 changed files with 1513 additions and 1038 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue