32 #import "CoreGTK/CGTKContainer.h" 59 -(void)bindModelWithModel:(GListModel*) model andCreateWidgetFunc:(GtkFlowBoxCreateWidgetFunc) createWidgetFunc andUserData:(gpointer) userData andUserDataFreeFunc:(GDestroyNotify) userDataFreeFunc;
74 -(GtkFlowBoxChild*)getChildAtIndex:(gint) idx;
83 -(GtkFlowBoxChild*)getChildAtPosWithX:(gint) x andY:(gint) y;
140 -(void)insertWithWidget:(
CGTKWidget*) widget andPosition:(gint) position;
165 -(void)selectChild:(GtkFlowBoxChild*) child;
173 -(void)selectedForeachWithFunc:(GtkFlowBoxForeachFunc) func andData:(gpointer) data;
180 -(void)setActivateOnSingleClick:(BOOL) single;
187 -(void)setColumnSpacing:(guint) spacing;
196 -(void)setFilterFuncWithFilterFunc:(GtkFlowBoxFilterFunc) filterFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify)
destroy;
203 -(void)setHadjustment:(GtkAdjustment*) adjustment;
210 -(void)setHomogeneous:(BOOL) homogeneous;
217 -(void)setMaxChildrenPerLine:(guint) nchildren;
224 -(void)setMinChildrenPerLine:(guint) nchildren;
231 -(void)setRowSpacing:(guint) spacing;
238 -(void)setSelectionMode:(GtkSelectionMode) mode;
247 -(void)setSortFuncWithSortFunc:(GtkFlowBoxSortFunc) sortFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify)
destroy;
254 -(void)setVadjustment:(GtkAdjustment*) adjustment;
267 -(void)unselectChild:(GtkFlowBoxChild*) child;
guint getMinChildrenPerLine()
BOOL getActivateOnSingleClick()
GtkSelectionMode getSelectionMode()
GList * getSelectedChildren()
guint getMaxChildrenPerLine()