Table.getSize

Gets the number of rows and columns in the table.

More...
class Table
void
getSize
(
out uint rows
,
out uint columns
)

Parameters

rows uint

return location for the number of rows, or null

columns uint

return location for the number of columns, or null

Detailed Description

Deprecated: #GtkGrid does not expose the number of columns and rows.