Sets our main struct and passes it to the parent class.
the main Gtk struct as a void*
Get the main Gtk struct
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Get the main Gtk struct
the main Gtk struct as a void*
Adds the specified accessible child of the object to the object's selection.
Clears the selection in the object so that no children in the object are selected.
Gets the number of accessible children currently selected. Note: callers should not rely on %NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.
Determines if the current child of this object is selected Note: callers should not rely on %NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.
Gets a reference to the accessible object representing the specified selected child of the object. Note: callers should not rely on %NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.
Removes the specified child of the object from the object's selection.
Causes every child of the object to be selected if the object supports multiple selections.
The "selection-changed" signal is emitted by an object which implements AtkSelection interface when the selection changes.
Get the main Gtk struct
the main Gtk struct as a void*
Adds the specified @column to the selection.
Adds the specified @row to the selection.
Gets the caption for the @table.
Gets a #gint representing the column at the specified @index_.
Gets the description text of the specified @column in the table
Gets the number of columns occupied by the accessible object at the specified @row and @column in the @table.
Gets the column header of a specified column in an accessible table.
Gets a #gint representing the index at the specified @row and @column.
Gets the number of columns in the table.
Gets the number of rows in the table.
Gets a #gint representing the row at the specified @index_.
Gets the description text of the specified row in the table
Gets the number of rows occupied by the accessible object at a specified @row and @column in the @table.
Gets the row header of a specified row in an accessible table.
Gets the selected columns of the table by initializing **selected with the selected column numbers. This array should be freed by the caller.
Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.
Gets the summary description of the table.
Gets a boolean value indicating whether the specified @column is selected
Gets a boolean value indicating whether the specified @row is selected
Gets a boolean value indicating whether the accessible object at the specified @row and @column is selected
Get a reference to the table cell at @row, @column. This cell should implement the interface #AtkTableCell
Adds the specified @column to the selection.
Removes the specified @row from the selection.
Sets the caption for the table.
Sets the description text for the specified @column of the @table.
Sets the specified column header to @header.
Sets the description text for the specified @row of @table.
Sets the specified row header to @header.
Sets the summary description of the table.
The "column-deleted" signal is emitted by an object which implements the AtkTable interface when a column is deleted.
The "column-inserted" signal is emitted by an object which implements the AtkTable interface when a column is inserted.
The "column-reordered" signal is emitted by an object which implements the AtkTable interface when the columns are reordered.
The "model-changed" signal is emitted by an object which implements the AtkTable interface when the model displayed by the table changes.
The "row-deleted" signal is emitted by an object which implements the AtkTable interface when a row is deleted.
The "row-inserted" signal is emitted by an object which implements the AtkTable interface when a row is inserted.
The "row-reordered" signal is emitted by an object which implements the AtkTable interface when the rows are reordered.
Get the main Gtk struct
the main Gtk struct as a void*