mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Prefixed ivars with underscore; new ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6fa7d17e8
commit
3dd2dd4fa7
1 changed files with 4 additions and 2 deletions
|
@ -33,8 +33,10 @@
|
|||
|
||||
@interface NSFormCell : NSActionCell <NSCoding>
|
||||
{
|
||||
float titleWidth;
|
||||
NSCell* titleCell;
|
||||
float _titleWidth;
|
||||
// YES if the titleWidth is automatically computed
|
||||
BOOL _autoTitleWidth;
|
||||
NSCell* _titleCell;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue