Table.removeRowSelection

Removes the specified row from the selection.

class Table
int
removeRowSelection
(
int row
)

Parameters

row int

a gint representing a row in table

Return Value

Type: int

a gboolean representing if the row was successfully removed from the selection, or 0 if value does not implement this interface. Signal Details The "column-deleted" signal void user_function (AtkTable *atktable, gint arg1, gint arg2, gpointer user_data) : Run Last The "column-deleted" signal is emitted by an object which implements the AtkTable interface when a column is deleted.

Meta