GtkTable

Main Gtk struct. The GtkTable structure holds the data for the actual table itself. children is a GList of all the widgets the table contains. rows and columns are pointers to GtkTableRowCol structures, which contain the default spacing and expansion details for the GtkTable's rows and columns, respectively. nrows and ncols are 16bit integers storing the number of rows and columns the table has.

struct GtkTable

Meta