mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Added three BOOL flags for subclasses.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6acc98c255
commit
ee22454665
1 changed files with 4 additions and 3 deletions
|
@ -155,11 +155,12 @@ APPKIT_EXPORT NSSize NSTokenSize;
|
|||
unsigned has_opened:1;
|
||||
unsigned has_closed:1;
|
||||
unsigned default_button_cell_key_disabled:1;
|
||||
// 3 bits reserved for subclass use
|
||||
unsigned subclass_bool_one: 1;
|
||||
unsigned subclass_bool_two: 1;
|
||||
unsigned subclass_bool_three: 1;
|
||||
} _f;
|
||||
|
||||
/* Reserved for back-end use */
|
||||
void *_be_wind_reserved;
|
||||
|
||||
id _defaultButtonCell;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue