| Top |
| guint | col-spacing | Read / Write |
| gboolean | homogeneous | Read / Write |
| guint | row-spacing | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── ExoWrapTable
The ExoWrapTable class layouts its children automatically according to the available width allocated to the container class.
GtkWidget *
exo_wrap_table_new (gboolean homogeneous);
Allocates a new ExoWrapTable.
Since: 0.3.1
guint
exo_wrap_table_get_col_spacing (const ExoWrapTable *table);
Returns the amount of space between consecutive
columns in table
.
Since: 0.3.1
void exo_wrap_table_set_col_spacing (ExoWrapTable *table,guint col_spacing);
Sets the amount of space between consecutive
columns in table
to col_spacing
.
Since: 0.3.1
guint
exo_wrap_table_get_row_spacing (const ExoWrapTable *table);
Returns the amount of space between consecutive
rows in table
.
Since: 0.3.1