|
CoreGTK
3.22.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 CGTKListBox.h.
| - (void) bindModelWithModel: | (GListModel*) | model | |
| andCreateWidgetFunc: | (GtkListBoxCreateWidgetFunc) | createWidgetFunc | |
| andUserData: | (gpointer) | userData | |
| andUserDataFreeFunc: | (GDestroyNotify) | userDataFreeFunc | |
-(void*)bindModelWithModel:(GListModel*) model andCreateWidgetFunc:(GtkListBoxCreateWidgetFunc) createWidgetFunc andUserData:(gpointer) userData andUserDataFreeFunc:(GDestroyNotify) userDataFreeFunc;
| model | |
| createWidgetFunc | |
| userData | |
| userDataFreeFunc |
Definition at line 53 of file CGTKListBox.m.
| - (void) dragHighlightRow: | (GtkListBoxRow*) | row |
| - (void) dragUnhighlightRow |
-(void*)dragUnhighlightRow;
Definition at line 63 of file CGTKListBox.m.
| - (BOOL) getActivateOnSingleClick |
| - (GtkAdjustment *) getAdjustment |
| - (GtkListBoxRow *) getRowAtIndex: | (gint) | index |
-(GtkListBoxRow**)getRowAtIndex: index;
| index |
Definition at line 78 of file CGTKListBox.m.
| - (GtkListBoxRow *) getRowAtY: | (gint) | y |
-(GtkListBoxRow**)getRowAtY: y;
| y |
Definition at line 83 of file CGTKListBox.m.
| - (GtkListBoxRow *) getSelectedRow |
-(GtkListBoxRow**)getSelectedRow;
Definition at line 88 of file CGTKListBox.m.
| - (GList *) getSelectedRows |
| - (GtkSelectionMode) getSelectionMode |
-(GtkSelectionMode*)getSelectionMode;
Definition at line 98 of file CGTKListBox.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKListBox.m.
| - (void) insertWithChild: | (CGTKWidget*) | child | |
| andPosition: | (gint) | position | |
-(void*)insertWithChild:(CGTKWidget*) child andPosition:(gint) position;
| child | |
| position |
Definition at line 103 of file CGTKListBox.m.
| - (void) invalidateFilter |
-(void*)invalidateFilter;
Definition at line 108 of file CGTKListBox.m.
| - (void) invalidateHeaders |
-(void*)invalidateHeaders;
Definition at line 113 of file CGTKListBox.m.
| - (void) invalidateSort |
-(void*)invalidateSort;
Definition at line 118 of file CGTKListBox.m.
| - (GtkListBox *) LISTBOX |
Methods
Definition at line 48 of file CGTKListBox.m.
| - (void) prepend: | (CGTKWidget*) | child |
| - (void) selectAll |
-(void*)selectAll;
Definition at line 128 of file CGTKListBox.m.
| - (void) selectedForeachWithFunc: | (GtkListBoxForeachFunc) | func | |
| andData: | (gpointer) | data | |
-(void*)selectedForeachWithFunc:(GtkListBoxForeachFunc) func andData:(gpointer) data;
| func | |
| data |
Definition at line 138 of file CGTKListBox.m.
| - (void) selectRow: | (GtkListBoxRow*) | row |
| - (void) setActivateOnSingleClick: | (BOOL) | single |
-(void*)setActivateOnSingleClick: single;
| single |
Definition at line 143 of file CGTKListBox.m.
| - (void) setAdjustment: | (GtkAdjustment*) | adjustment |
-(void*)setAdjustment: adjustment;
| adjustment |
Definition at line 148 of file CGTKListBox.m.
| - (void) setFilterFuncWithFilterFunc: | (GtkListBoxFilterFunc) | filterFunc | |
| andUserData: | (gpointer) | userData | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setFilterFuncWithFilterFunc:(GtkListBoxFilterFunc) filterFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify) destroy;
| filterFunc | |
| userData | |
| destroy |
Definition at line 153 of file CGTKListBox.m.
| - (void) setHeaderFuncWithUpdateHeader: | (GtkListBoxUpdateHeaderFunc) | updateHeader | |
| andUserData: | (gpointer) | userData | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setHeaderFuncWithUpdateHeader:(GtkListBoxUpdateHeaderFunc) updateHeader andUserData:(gpointer) userData andDestroy:(GDestroyNotify) destroy;
| updateHeader | |
| userData | |
| destroy |
Definition at line 158 of file CGTKListBox.m.
| - (void) setPlaceholder: | (CGTKWidget*) | placeholder |
-(void*)setPlaceholder: placeholder;
| placeholder |
Definition at line 163 of file CGTKListBox.m.
| - (void) setSelectionMode: | (GtkSelectionMode) | mode |
| - (void) setSortFuncWithSortFunc: | (GtkListBoxSortFunc) | sortFunc | |
| andUserData: | (gpointer) | userData | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setSortFuncWithSortFunc:(GtkListBoxSortFunc) sortFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify) destroy;
| sortFunc | |
| userData | |
| destroy |
Definition at line 173 of file CGTKListBox.m.
| - (void) unselectAll |
-(void*)unselectAll;
Definition at line 178 of file CGTKListBox.m.
| - (void) unselectRow: | (GtkListBoxRow*) | row |