mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
* 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:
parent
023f0030e2
commit
82a110d152
3 changed files with 53 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue