Patch by Matt Rice to get popup buttons that support

setUsesItemFromMenu: set to NO.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-02-07 19:12:59 +00:00
parent d5e445c620
commit 65ceda6b9d
5 changed files with 69 additions and 22 deletions

View file

@ -750,6 +750,7 @@
/* Popup behaviour */
- (BOOL) _ownedByPopUp;
- (NSPopUpButtonCell *)_owningPopUp;
- (void) _setOwnedByPopUp: (NSPopUpButtonCell*)popUp;
@end
#endif