Method
GtkTableget_size
deprecated: 3.4 since: 2.22
Declaration [src]
void
gtk_table_get_size (
GtkTable* table,
guint* rows,
guint* columns
)
Description [src]
Gets the number of rows and columns in the table.
Available since: 2.22
Deprecated since: 3.4
GtkGrid
does not expose the number of columns and rows.