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:
nico 1999-12-13 16:07:44 +00:00
parent f0a82c68e0
commit 74c0f46c91

View file

@ -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;
}