Go to the source code of this file.
|
GType | gtk_table_get_type (void) G_GNUC_CONST |
|
GtkWidget * | gtk_table_new (guint rows, guint columns, gboolean homogeneous) |
|
void | gtk_table_resize (GtkTable *table, guint rows, guint columns) |
|
void | gtk_table_attach (GtkTable *table, GtkWidget *child, guint left_attach, guint right_attach, guint top_attach, guint bottom_attach, GtkAttachOptions xoptions, GtkAttachOptions yoptions, guint xpadding, guint ypadding) |
|
void | gtk_table_attach_defaults (GtkTable *table, GtkWidget *widget, guint left_attach, guint right_attach, guint top_attach, guint bottom_attach) |
|
void | gtk_table_set_row_spacing (GtkTable *table, guint row, guint spacing) |
|
guint | gtk_table_get_row_spacing (GtkTable *table, guint row) |
|
void | gtk_table_set_col_spacing (GtkTable *table, guint column, guint spacing) |
|
guint | gtk_table_get_col_spacing (GtkTable *table, guint column) |
|
void | gtk_table_set_row_spacings (GtkTable *table, guint spacing) |
|
guint | gtk_table_get_default_row_spacing (GtkTable *table) |
|
void | gtk_table_set_col_spacings (GtkTable *table, guint spacing) |
|
guint | gtk_table_get_default_col_spacing (GtkTable *table) |
|
void | gtk_table_set_homogeneous (GtkTable *table, gboolean homogeneous) |
|
gboolean | gtk_table_get_homogeneous (GtkTable *table) |
|
void | gtk_table_get_size (GtkTable *table, guint *rows, guint *columns) |
|
◆ GTK_IS_TABLE
#define GTK_IS_TABLE |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TABLE)) |
◆ GTK_IS_TABLE_CLASS
#define GTK_IS_TABLE_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TABLE)) |
◆ GTK_TABLE
◆ GTK_TABLE_CLASS
◆ GTK_TABLE_GET_CLASS
◆ GTK_TYPE_TABLE
◆ GtkTable
◆ GtkTableChild
◆ GtkTableClass
◆ GtkTableRowCol
◆ gtk_table_attach()
◆ gtk_table_attach_defaults()
void gtk_table_attach_defaults |
( |
GtkTable * |
table, |
|
|
GtkWidget * |
widget, |
|
|
guint |
left_attach, |
|
|
guint |
right_attach, |
|
|
guint |
top_attach, |
|
|
guint |
bottom_attach |
|
) |
| |
◆ gtk_table_get_col_spacing()
guint gtk_table_get_col_spacing |
( |
GtkTable * |
table, |
|
|
guint |
column |
|
) |
| |
◆ gtk_table_get_default_col_spacing()
guint gtk_table_get_default_col_spacing |
( |
GtkTable * |
table | ) |
|
◆ gtk_table_get_default_row_spacing()
guint gtk_table_get_default_row_spacing |
( |
GtkTable * |
table | ) |
|
◆ gtk_table_get_homogeneous()
gboolean gtk_table_get_homogeneous |
( |
GtkTable * |
table | ) |
|
◆ gtk_table_get_row_spacing()
guint gtk_table_get_row_spacing |
( |
GtkTable * |
table, |
|
|
guint |
row |
|
) |
| |
◆ gtk_table_get_size()
void gtk_table_get_size |
( |
GtkTable * |
table, |
|
|
guint * |
rows, |
|
|
guint * |
columns |
|
) |
| |
◆ gtk_table_get_type()
GType gtk_table_get_type |
( |
void |
| ) |
|
◆ gtk_table_new()
GtkWidget* gtk_table_new |
( |
guint |
rows, |
|
|
guint |
columns, |
|
|
gboolean |
homogeneous |
|
) |
| |
◆ gtk_table_resize()
void gtk_table_resize |
( |
GtkTable * |
table, |
|
|
guint |
rows, |
|
|
guint |
columns |
|
) |
| |
◆ gtk_table_set_col_spacing()
void gtk_table_set_col_spacing |
( |
GtkTable * |
table, |
|
|
guint |
column, |
|
|
guint |
spacing |
|
) |
| |
◆ gtk_table_set_col_spacings()
void gtk_table_set_col_spacings |
( |
GtkTable * |
table, |
|
|
guint |
spacing |
|
) |
| |
◆ gtk_table_set_homogeneous()
void gtk_table_set_homogeneous |
( |
GtkTable * |
table, |
|
|
gboolean |
homogeneous |
|
) |
| |
◆ gtk_table_set_row_spacing()
void gtk_table_set_row_spacing |
( |
GtkTable * |
table, |
|
|
guint |
row, |
|
|
guint |
spacing |
|
) |
| |
◆ gtk_table_set_row_spacings()
void gtk_table_set_row_spacings |
( |
GtkTable * |
table, |
|
|
guint |
spacing |
|
) |
| |