* Headers/AppKit/NSInterfaceStyle.h: Remove GSNativeInterfaceStyle.

* Source/NSComboBoxCell.m (-encodeWithCoder:, -initWithCoder:):
Add a few more keyed coding values. Fixes bug #36426.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35146 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2012-05-07 20:21:59 +00:00
parent 023f0030e2
commit 82a110d152
3 changed files with 53 additions and 13 deletions

View file

@ -49,13 +49,7 @@ typedef enum {
/*
* GNUstep specific. Blame: Michael Hanni.
*/
GSWindowMakerInterfaceStyle = 4,
/*
* GNUstep specific style for native menus.
*/
GSNativeInterfaceStyle = 5
GSWindowMakerInterfaceStyle = 4
} NSInterfaceStyle;
APPKIT_EXPORT NSString *NSInterfaceStyleDefault;