32 #import "CoreGTK/CGTKContainer.h" 59 -(void)bindModelWithModel:(GListModel*) model andCreateWidgetFunc:(GtkFlowBoxCreateWidgetFunc) createWidgetFunc andUserData:(gpointer) userData andUserDataFreeFunc:(GDestroyNotify) userDataFreeFunc;
74 -(GtkFlowBoxChild*)getChildAtIndex:(gint) idx;
131 -(void)insertWithWidget:(
CGTKWidget*) widget andPosition:(gint) position;
156 -(void)selectChild:(GtkFlowBoxChild*) child;
164 -(void)selectedForeachWithFunc:(GtkFlowBoxForeachFunc) func andData:(gpointer) data;
171 -(void)setActivateOnSingleClick:(BOOL) single;
178 -(void)setColumnSpacing:(guint) spacing;
187 -(void)setFilterFuncWithFilterFunc:(GtkFlowBoxFilterFunc) filterFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify)
destroy;
194 -(void)setHadjustment:(GtkAdjustment*) adjustment;
201 -(void)setHomogeneous:(BOOL) homogeneous;
208 -(void)setMaxChildrenPerLine:(guint) nchildren;
215 -(void)setMinChildrenPerLine:(guint) nchildren;
222 -(void)setRowSpacing:(guint) spacing;
229 -(void)setSelectionMode:(GtkSelectionMode) mode;
238 -(void)setSortFuncWithSortFunc:(GtkFlowBoxSortFunc) sortFunc andUserData:(gpointer) userData andDestroy:(GDestroyNotify)
destroy;
245 -(void)setVadjustment:(GtkAdjustment*) adjustment;
258 -(void)unselectChild:(GtkFlowBoxChild*) child;
guint getMinChildrenPerLine()
BOOL getActivateOnSingleClick()
GtkSelectionMode getSelectionMode()
GList * getSelectedChildren()
guint getMaxChildrenPerLine()