mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Slight correction to previous change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78b37d430e
commit
38ca67f7e9
1 changed files with 4 additions and 2 deletions
|
@ -32,13 +32,15 @@
|
|||
|
||||
@interface NSStepperCell : NSActionCell <NSCoding>
|
||||
{
|
||||
// Think of the following ones as of two BOOL ivars
|
||||
#define _autorepeat _cell.subclass_bool_one
|
||||
#define _valueWraps _cell.subclass_bool_two
|
||||
|
||||
double _maxValue;
|
||||
double _minValue;
|
||||
double _increment;
|
||||
BOOL highlightUp;
|
||||
BOOL highlightDown;
|
||||
BOOL _autorepeat;
|
||||
BOOL _valueWraps;
|
||||
}
|
||||
|
||||
- (double)maxValue;
|
||||
|
|
Loading…
Reference in a new issue