Table.isRowSelected

Gets a boolean value indicating whether the specified row is selected

class Table
int
isRowSelected
(
int row
)

Parameters

row int

a gint representing a row in table

Return Value

Type: int

a gboolean representing if the row is selected, or 0 if value does not implement this interface.

Meta