|
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 CGTKComboBoxText.h.
| - (void) appendText: | (NSString*) | text |
| - (void) appendWithId: | (NSString*) | id | |
| andText: | (NSString*) | text | |
-(void*)appendWithId:(NSString*) id andText:(NSString*) text;
| id | |
| text |
Definition at line 65 of file CGTKComboBoxText.m.
| - (GtkComboBoxText *) COMBOBOXTEXT |
Methods
Definition at line 60 of file CGTKComboBoxText.m.
| - (NSString *) getActiveText |
| - (id) init |
| - (void) insertTextWithPosition: | (gint) | position | |
| andText: | (NSString*) | text | |
-(void*)insertTextWithPosition:(gint) position andText:(NSString*) text;
| position | |
| text |
Definition at line 85 of file CGTKComboBoxText.m.
| - (void) insertWithPosition: | (gint) | position | |
| andId: | (NSString*) | id | |
| andText: | (NSString*) | text | |
-(void*)insertWithPosition:(gint) position andId:(NSString*) id andText:(NSString*) text;
| position | |
| id | |
| text |
Definition at line 80 of file CGTKComboBoxText.m.
| - (void) prependText: | (NSString*) | text |
| - (void) prependWithId: | (NSString*) | id | |
| andText: | (NSString*) | text | |
-(void*)prependWithId:(NSString*) id andText:(NSString*) text;
| id | |
| text |
Definition at line 90 of file CGTKComboBoxText.m.
| - (void) remove: | (gint) | position |
| - (void) removeAll |
-(void*)removeAll;
Definition at line 105 of file CGTKComboBoxText.m.