Table.isRowSelected

Gets a boolean value indicating whether the specified row is selected

interface Table
bool
isRowSelected
(
int row
)

Parameters

row int

a #gint representing a row in table

Return Value

Type: bool

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