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.

Parameters

rows

Type: guint*

Return location for the number of rows, or NULL.

The argument will be set by the function.
The argument can be NULL.
columns

Type: guint*

Return location for the number of columns, or NULL.

The argument will be set by the function.
The argument can be NULL.