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:
Nicola Pero 1999-12-13 16:07:44 +00:00
parent e4eb037faf
commit fc426b5b78

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