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: gtk.Grid does not expose the number of columns and rows.

Meta

Since

2.22