|
CoreGTK
3.10.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 CGTKComboBox.h.
| - (GtkComboBox *) COMBOBOX |
Methods
Definition at line 108 of file CGTKComboBox.m.
| - (gint) getActive |
| - (NSString *) getActiveId |
| - (BOOL) getActiveIter: | (GtkTreeIter*) | iter |
-(BOOL*)getActiveIter: iter;
| iter |
Definition at line 123 of file CGTKComboBox.m.
| - (BOOL) getAddTearoffs |
| - (GtkSensitivityType) getButtonSensitivity |
-(GtkSensitivityType*)getButtonSensitivity;
Definition at line 133 of file CGTKComboBox.m.
| - (gint) getColumnSpanColumn |
| - (gint) getEntryTextColumn |
| - (BOOL) getFocusOnClick |
| - (BOOL) getHasEntry |
| - (gint) getIdColumn |
| - (GtkTreeModel *) getModel |
| - (AtkObject *) getPopupAccessible |
| - (BOOL) getPopupFixedWidth |
| - (GtkTreeViewRowSeparatorFunc) getRowSeparatorFunc |
-(GtkTreeViewRowSeparatorFunc*)getRowSeparatorFunc;
Definition at line 178 of file CGTKComboBox.m.
| - (gint) getRowSpanColumn |
| - (NSString *) getTitle |
| - (gint) getWrapWidth |
| - (id) init |
| - (void) popdown |
-(void*)popdown;
Definition at line 198 of file CGTKComboBox.m.
| - (void) popup |
-(void*)popup;
Definition at line 203 of file CGTKComboBox.m.
| - (void) popupForDevice: | (GdkDevice*) | device |
| - (void) setActive: | (gint) | index |
| - (BOOL) setActiveId: | (NSString*) | activeId |
-(BOOL*)setActiveId: activeId;
| activeId |
Definition at line 218 of file CGTKComboBox.m.
| - (void) setActiveIter: | (GtkTreeIter*) | iter |
| - (void) setAddTearoffs: | (BOOL) | addTearoffs |
-(void*)setAddTearoffs: addTearoffs;
| addTearoffs |
Definition at line 228 of file CGTKComboBox.m.
| - (void) setButtonSensitivity: | (GtkSensitivityType) | sensitivity |
-(void*)setButtonSensitivity: sensitivity;
| sensitivity |
Definition at line 233 of file CGTKComboBox.m.
| - (void) setColumnSpanColumn: | (gint) | columnSpan |
-(void*)setColumnSpanColumn: columnSpan;
| columnSpan |
Definition at line 238 of file CGTKComboBox.m.
| - (void) setEntryTextColumn: | (gint) | textColumn |
-(void*)setEntryTextColumn: textColumn;
| textColumn |
Definition at line 243 of file CGTKComboBox.m.
| - (void) setFocusOnClick: | (BOOL) | focusOnClick |
-(void*)setFocusOnClick: focusOnClick;
| focusOnClick |
Definition at line 248 of file CGTKComboBox.m.
| - (void) setIdColumn: | (gint) | idColumn |
| - (void) setModel: | (GtkTreeModel*) | model |
| - (void) setPopupFixedWidth: | (BOOL) | fixed |
| - (void) setRowSeparatorFuncWithFunc: | (GtkTreeViewRowSeparatorFunc) | func | |
| andData: | (gpointer) | data | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setRowSeparatorFuncWithFunc:(GtkTreeViewRowSeparatorFunc) func andData:(gpointer) data andDestroy:(GDestroyNotify) destroy;
| func | |
| data | |
| destroy |
Definition at line 268 of file CGTKComboBox.m.
| - (void) setRowSpanColumn: | (gint) | rowSpan |
-(void*)setRowSpanColumn: rowSpan;
| rowSpan |
Definition at line 273 of file CGTKComboBox.m.
| - (void) setTitle: | (NSString*) | title |
| - (void) setWrapWidth: | (gint) | width |