![]() |
API 0.9.5
|
#import <CPCheckBox.h>
Instance Methods | |
(id) | - initWithFrame: |
(void) | - takeStateFromKeyPath:ofObjects: |
(void) | - takeValueFromKeyPath:ofObjects: |
Class Methods | |
(id) | + checkBoxWithTitle: |
(id) | + checkBoxWithTitle:theme: |
(CPString) | + defaultThemeClass |
Definition at line 2 of file CPCheckBox.h.
+ (id) checkBoxWithTitle: | (CPString) | aTitle |
Definition at line 36 of file CPCheckBox.j.
Definition at line 31 of file CPCheckBox.j.
+ (CPString) defaultThemeClass |
Reimplemented from CPButton.
Definition at line 41 of file CPCheckBox.j.
- (id) initWithFrame: | (CGRect) | aFrame |
Initializes and returns a newly allocated CPButton object with a specified frame rectangle.
aFrame | The frame rectangle for the created button object. |
Reimplemented from CPButton.
Definition at line 54 of file CPCheckBox.j.
Definition at line 73 of file CPCheckBox.j.
Definition at line 91 of file CPCheckBox.j.