|
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 CGTKCheckMenuItem.h.
| - (GtkCheckMenuItem *) CHECKMENUITEM |
Methods
Definition at line 72 of file CGTKCheckMenuItem.m.
| - (BOOL) getActive |
| - (BOOL) getDrawAsRadio |
| - (BOOL) getInconsistent |
| - (id) init |
| - (void) setActive: | (BOOL) | isActive |
| - (void) setDrawAsRadio: | (BOOL) | drawAsRadio |
-(void*)setDrawAsRadio: drawAsRadio;
| drawAsRadio |
Definition at line 97 of file CGTKCheckMenuItem.m.
| - (void) setInconsistent: | (BOOL) | setting |
-(void*)setInconsistent: setting;
| setting |
Definition at line 102 of file CGTKCheckMenuItem.m.
| - (void) toggled |
-(void*)toggled;
Definition at line 107 of file CGTKCheckMenuItem.m.