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:
Fred Kiefer 2009-01-29 09:37:30 +00:00
parent d07ee5d56f
commit b32b160823
5 changed files with 38 additions and 2 deletions

View file

@ -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