Home
last modified time | relevance | path

Searched refs:LiVESGrid (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h845 boolean lives_grid_set_row_spacing(LiVESGrid *, uint32_t spacing);
846 boolean lives_grid_set_column_spacing(LiVESGrid *, uint32_t spacing);
847 boolean lives_grid_attach_next_to(LiVESGrid *, LiVESWidget *child, LiVESWidget *sibling,
850 boolean lives_grid_insert_row(LiVESGrid *, int posn);
851 boolean lives_grid_remove_row(LiVESGrid *, int posn);
H A Dwidget-helper-gtk.h559 typedef GtkGrid LiVESGrid; typedef
563 typedef LiVESWidget LiVESGrid; typedef
H A Dwidget-helper.c6774 WIDGET_HELPER_GLOBAL_INLINE boolean lives_grid_set_row_spacing(LiVESGrid *grid, uint32_t spacing) { in lives_grid_set_row_spacing()
6785 WIDGET_HELPER_GLOBAL_INLINE boolean lives_grid_set_column_spacing(LiVESGrid *grid, uint32_t spacing… in lives_grid_set_column_spacing()
6796 WIDGET_HELPER_GLOBAL_INLINE boolean lives_grid_remove_row(LiVESGrid *grid, int posn) { in lives_grid_remove_row()
6807 WIDGET_HELPER_GLOBAL_INLINE boolean lives_grid_insert_row(LiVESGrid *grid, int posn) { in lives_grid_insert_row()
6818 WIDGET_HELPER_GLOBAL_INLINE boolean lives_grid_attach_next_to(LiVESGrid *grid, LiVESWidget *child, … in lives_grid_attach_next_to()