|
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 CGTKFlowBox.h.
| - (void) bindModelWithModel: | (GListModel*) | model | |
| andCreateWidgetFunc: | (GtkFlowBoxCreateWidgetFunc) | createWidgetFunc | |
| andUserData: | (gpointer) | userData | |
| andUserDataFreeFunc: | (GDestroyNotify) | userDataFreeFunc | |
-(void*)bindModelWithModel:(GListModel*) model andCreateWidgetFunc:(GtkFlowBoxCreateWidgetFunc) createWidgetFunc andUserData:(gpointer) userData andUserDataFreeFunc:(GDestroyNotify) userDataFreeFunc;
| model | |
| createWidgetFunc | |
| userData | |
| userDataFreeFunc |
Definition at line 53 of file CGTKFlowBox.m.
| - (GtkFlowBox *) FLOWBOX |
Methods
Definition at line 48 of file CGTKFlowBox.m.
| - (BOOL) getActivateOnSingleClick |
| - (GtkFlowBoxChild *) getChildAtIndex: | (gint) | idx |
-(GtkFlowBoxChild**)getChildAtIndex: idx;
| idx |
Definition at line 63 of file CGTKFlowBox.m.
| - (GtkFlowBoxChild *) getChildAtPosWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(GtkFlowBoxChild**)getChildAtPosWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 68 of file CGTKFlowBox.m.
| - (guint) getColumnSpacing |
| - (BOOL) getHomogeneous |
| - (guint) getMaxChildrenPerLine |
| - (guint) getMinChildrenPerLine |
| - (guint) getRowSpacing |
| - (GList *) getSelectedChildren |
| - (GtkSelectionMode) getSelectionMode |
-(GtkSelectionMode*)getSelectionMode;
Definition at line 103 of file CGTKFlowBox.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKFlowBox.m.
| - (void) insertWithWidget: | (CGTKWidget*) | widget | |
| andPosition: | (gint) | position | |
-(void*)insertWithWidget:(CGTKWidget*) widget andPosition:(gint) position;
| widget | |
| position |
Definition at line 108 of file CGTKFlowBox.m.
| - (void) invalidateFilter |
-(void*)invalidateFilter;
Definition at line 113 of file CGTKFlowBox.m.
| - (void) invalidateSort |
-(void*)invalidateSort;
Definition at line 118 of file CGTKFlowBox.m.
| - (void) selectAll |
-(void*)selectAll;
Definition at line 123 of file CGTKFlowBox.m.
| - (void) selectChild: | (GtkFlowBoxChild*) | child |
| - (void) selectedForeachWithFunc: | (GtkFlowBoxForeachFunc) | func | |
| andData: | (gpointer) | data | |
-(void*)selectedForeachWithFunc:(GtkFlowBoxForeachFunc) func andData:(gpointer) data;
| func | |
| data |
Definition at line 133 of file CGTKFlowBox.m.
| - (void) setActivateOnSingleClick: | (BOOL) | single |
-(void*)setActivateOnSingleClick: single;
| single |
Definition at line 138 of file CGTKFlowBox.m.
| - (void) setColumnSpacing: | (guint) | spacing |
| - (void) setFilterFuncWithFilterFunc: | (GtkFlowBoxFilterFunc) | filterFunc | |
| andUserData: | (gpointer) | userData | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setFilterFuncWithFilterFunc:(GtkFlowBoxFilterFunc) filterFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify) destroy;
| filterFunc | |
| userData | |
| destroy |
Definition at line 148 of file CGTKFlowBox.m.
| - (void) setHadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setHadjustment: adjustment;
| adjustment |
Definition at line 153 of file CGTKFlowBox.m.
| - (void) setHomogeneous: | (BOOL) | homogeneous |
-(void*)setHomogeneous: homogeneous;
| homogeneous |
Definition at line 158 of file CGTKFlowBox.m.
| - (void) setMaxChildrenPerLine: | (guint) | nchildren |
-(void*)setMaxChildrenPerLine: nchildren;
| nchildren |
Definition at line 163 of file CGTKFlowBox.m.
| - (void) setMinChildrenPerLine: | (guint) | nchildren |
-(void*)setMinChildrenPerLine: nchildren;
| nchildren |
Definition at line 168 of file CGTKFlowBox.m.
| - (void) setRowSpacing: | (guint) | spacing |
| - (void) setSelectionMode: | (GtkSelectionMode) | mode |
| - (void) setSortFuncWithSortFunc: | (GtkFlowBoxSortFunc) | sortFunc | |
| andUserData: | (gpointer) | userData | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setSortFuncWithSortFunc:(GtkFlowBoxSortFunc) sortFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify) destroy;
| sortFunc | |
| userData | |
| destroy |
Definition at line 183 of file CGTKFlowBox.m.
| - (void) setVadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setVadjustment: adjustment;
| adjustment |
Definition at line 188 of file CGTKFlowBox.m.
| - (void) unselectAll |
-(void*)unselectAll;
Definition at line 193 of file CGTKFlowBox.m.
| - (void) unselectChild: | (GtkFlowBoxChild*) | child |