Virtualvfunc_Adds the specified column to the selection.
a gint representing a column in table
Virtualvfunc_Adds the specified row to the selection.
a gint representing a row in table
Virtualvfunc_Virtualvfunc_Virtualvfunc_Virtualvfunc_Virtualvfunc_Gets a gint representing the column at the specified index_.
a gint representing an index in table
Virtualvfunc_Gets the description text of the specified column in the table
a gint representing a column in table
Virtualvfunc_Gets the number of columns occupied by the accessible object
at the specified row and column in the table.
a gint representing a row in table
a gint representing a column in table
Virtualvfunc_Virtualvfunc_Gets a gint representing the index at the specified row and
column.
a gint representing a row in table
a gint representing a column in table
Virtualvfunc_Gets the number of columns in the table.
Virtualvfunc_Gets the number of rows in the table.
Virtualvfunc_Gets a gint representing the row at the specified index_.
a gint representing an index in table
Virtualvfunc_Gets the description text of the specified row in the table
a gint representing a row in table
Virtualvfunc_Gets the number of rows occupied by the accessible object
at a specified row and column in the table.
a gint representing a row in table
a gint representing a column in table
Virtualvfunc_Virtualvfunc_Gets the selected columns of the table by initializing **selected with the selected column numbers. This array should be freed by the caller.
a gint** that is to contain the selected columns numbers
Virtualvfunc_Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.
a gint** that is to contain the selected row numbers
Virtualvfunc_Virtualvfunc_Gets a boolean value indicating whether the specified column
is selected
a gint representing a column in table
Virtualvfunc_Gets a boolean value indicating whether the specified row
is selected
a gint representing a row in table
Virtualvfunc_Gets a boolean value indicating whether the accessible object
at the specified row and column is selected
a gint representing a row in table
a gint representing a column in table
Virtualvfunc_Virtualvfunc_Get a reference to the table cell at row, column. This cell
should implement the interface Atk.TableCell
a gint representing a row in table
a gint representing a column in table
Virtualvfunc_Adds the specified column to the selection.
a gint representing a column in table
Virtualvfunc_Removes the specified row from the selection.
a gint representing a row in table
Virtualvfunc_Virtualvfunc_Virtualvfunc_Virtualvfunc_Sets the caption for the table.
a Atk.Object representing the caption to set for table
Virtualvfunc_Sets the description text for the specified column of the table.
a gint representing a column in table
a gchar representing the description text to set for the specified column of the table
Virtualvfunc_Virtualvfunc_Sets the description text for the specified row of table.
a gint representing a row in table
a gchar representing the description text to set for the specified row of table
Virtualvfunc_Virtualvfunc_Sets the summary description of the table.
an Atk.Object representing the summary description to set for table
Interface for implementing Table. Contains only the virtual methods that need to be implemented.