mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Use a NSCell bit to store a BOOL ivar
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4eb037faf
commit
fc426b5b78
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@
|
|||
@interface NSFormCell : NSActionCell <NSCoding>
|
||||
{
|
||||
float _titleWidth;
|
||||
// Think the following as a BOOL ivar
|
||||
// YES if the titleWidth is automatically computed
|
||||
BOOL _autoTitleWidth;
|
||||
#define _formcell_auto_title_width _cell.subclass_bool_one
|
||||
NSCell* _titleCell;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue