mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:10:59 +00:00
Changed ivar name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4979ac69cc
commit
279717e837
1 changed files with 8 additions and 1 deletions
|
@ -33,7 +33,11 @@
|
|||
|
||||
@interface NSFormCell : NSActionCell <NSCoding>
|
||||
{
|
||||
float _titleWidth;
|
||||
// NB: this is the titleWidth which is effectively used -- takes in
|
||||
// account all the other cells' titleWidths.
|
||||
// If its value is -1, it means it must be recomputed.
|
||||
float _displayedTitleWidth;
|
||||
|
||||
// Think the following as a BOOL ivar
|
||||
// YES if the titleWidth is automatically computed
|
||||
#define _formcell_auto_title_width _cell.subclass_bool_one
|
||||
|
@ -72,4 +76,7 @@
|
|||
|
||||
@end
|
||||
|
||||
|
||||
extern NSString *_NSFormCellDidChangeTitleWidthNotification;
|
||||
|
||||
#endif // _GNUstep_H_NSFormCell
|
||||
|
|
Loading…
Reference in a new issue