mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:40:48 +00:00
Add backend support for the NSWindow child mechanism and use it for
popup buttons. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d07ee5d56f
commit
b32b160823
5 changed files with 38 additions and 2 deletions
|
@ -162,6 +162,8 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- (void) imagecursor: (NSPoint)hotp : (int)w : (int)h : (int)colors
|
||||
: (const unsigned char *) image : (void**)cid;
|
||||
- (void) setcursorcolor: (NSColor *)fg : (NSColor *)bg : (void*)cid;
|
||||
- (void) setPartentWindow: (int)partentWin
|
||||
forChildWindow: (int)childWin;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue