gwenhywfar
5.11.1beta
|
#import <CocoaSpinbox.h>
Instance Methods | |
(NSInteger) | - integerValue |
(BOOL) | - isEnabled |
(BOOL) | - isFirstResponder |
(void) | - makeFirstResponder |
(NSInteger) | - maxValue |
(NSSize) | - minSize |
(NSInteger) | - minValue |
(void) | - setC_ActionPtr:Data: |
(void) | - setEnabled: |
(void) | - setIntegerValue: |
(void) | - setMaxValue: |
(void) | - setMinValue: |
(void) | - setStringValue: |
(NSString *) | - stringValue |
Protected Attributes | |
void * | c_actionData |
gwenSpinBoxActionPtr | c_actionPtr |
BOOL | fillX |
BOOL | fillY |
NSInteger | maxValue |
NSInteger | minValue |
CGFloat | minWidth |
NSStepper * | stepper |
NSTextField * | textfield |
Definition at line 19 of file CocoaSpinbox.h.
- (NSInteger) integerValue |
- (BOOL) isEnabled |
- (BOOL) isFirstResponder |
- (void) makeFirstResponder |
- (NSInteger) maxValue |
- (NSSize) minSize |
- (NSInteger) minValue |
- (void) setC_ActionPtr: | (gwenSpinBoxActionPtr) | ptr | |
Data: | (void *) | data | |
- (void) setEnabled: | (BOOL) | value |
- (void) setIntegerValue: | (NSInteger) | new_value |
- (void) setMaxValue: | (NSInteger) | new_max_value |
- (void) setMinValue: | (NSInteger) | new_min_value |
- (void) setStringValue: | (NSString *) | aString |
- (NSString *) stringValue |
|
protected |
Definition at line 34 of file CocoaSpinbox.h.
|
protected |
Definition at line 33 of file CocoaSpinbox.h.
|
readwriteprotected |
Definition at line 27 of file CocoaSpinbox.h.
|
readwriteprotected |
Definition at line 28 of file CocoaSpinbox.h.
|
protected |
Definition at line 31 of file CocoaSpinbox.h.
|
protected |
Definition at line 30 of file CocoaSpinbox.h.
|
protected |
Definition at line 25 of file CocoaSpinbox.h.
|
protected |
Definition at line 22 of file CocoaSpinbox.h.
|
protected |
Definition at line 23 of file CocoaSpinbox.h.