|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKToggleButton.h.
| - (BOOL) getActive |
| - (BOOL) getInconsistent |
| - (BOOL) getMode |
| - (id) init |
Constructors
Reimplemented from CGTKButton.
Reimplemented in CGTKCheckButton, and CGTKMenuButton.
Definition at line 36 of file CGTKToggleButton.m.
| - (void) setActive: | (BOOL) | isActive |
| - (void) setInconsistent: | (BOOL) | setting |
-(void*)setInconsistent: setting;
| setting |
Definition at line 97 of file CGTKToggleButton.m.
| - (void) setMode: | (BOOL) | drawIndicator |
-(void*)setMode: drawIndicator;
| drawIndicator |
Definition at line 102 of file CGTKToggleButton.m.
| - (GtkToggleButton *) TOGGLEBUTTON |
Methods
Definition at line 72 of file CGTKToggleButton.m.
| - (void) toggled |
-(void*)toggled;
Definition at line 107 of file CGTKToggleButton.m.