class GtkTable GtkContainer { column_spacing; // guint : Read / Write homogeneous; // gboolean : Read / Write n_columns; // guint : Read / Write n_rows; // guint : Read / Write row_spacing; // guint : Read / Write }
attach (child, left_attach, right_attach, top_attach, bottom_attach, xoptions, yoptions, xpadding, ypadding) |
attach_defaults (widget, left_attach, right_attach, top_attach, bottom_attach) |
resize (rows, columns) |
set_col_spacing (column, spacing) |
set_col_spacings (spacing) |
set_homogeneous (homogeneous) |
set_row_spacing (row, spacing) |
set_row_spacings (spacing) |
gtk_table_get_type () -- replaces GTK_TYPE_TABLE |
gtk_table_new (rows, columns, homogeneous) |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.