Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkTable |
Interface : | Table |
Implementations: | Atk.NoOpObject |
None |
Method / Constructor | Defined By | |
---|---|---|
Adds the specified column to the selection.
|
Atk.Table | |
Atk.Table | ||
get_caption
()
:
Atk.Object
Gets the caption for the table.
Gets the caption for the table.
NULL if value does not implement this interface.
|
Atk.Table | |
Gets a gint representing the column at the specified index_.
|
Atk.Table | |
Gets the description text of the specified column in the table
if value does not implement this interface. |
Atk.Table | |
Gets the number of columns occupied by the accessible object
at the specified row and column in the table.
Gets the number of columns occupied by the accessible object
at the specified row and column in the table. if value does not implement this interface.
|
Atk.Table | |
get_column_header
(gint32 column)
:
Atk.Object
Gets the column header of a specified column in an accessible table.
Gets the column header of a specified column in an accessible table.
header, or NULL if value does not implement this interface.
|
Atk.Table | |
Gets a gint representing the index at the specified row and column.
Gets a gint representing the index at the specified row and column.
The value -1 is returned if the object at row,column is not a child of table or table does not implement this interface.
|
Atk.Table | |
get_n_columns
()
:
gint32
Gets the number of columns in the table.
Gets the number of columns in the table.
if value does not implement this interface.
|
Atk.Table | |
get_n_rows
()
:
gint32
Gets the number of rows in the table.
Gets the number of rows in the table.
if value does not implement this interface.
|
Atk.Table | |
Gets a gint representing the row at the specified index_.
|
Atk.Table | |
Gets the description text of the specified row in the table
if value does not implement this interface. |
Atk.Table | |
Gets the number of rows occupied by the accessible object
at a specified row and column in the table.
Gets the number of rows occupied by the accessible object
at a specified row and column in the table. if value does not implement this interface.
|
Atk.Table | |
get_row_header
(gint32 row)
:
Atk.Object
Gets the row header of a specified row in an accessible table.
Gets the row header of a specified row in an accessible table.
header, or NULL if value does not implement this interface.
|
Atk.Table | |
Gets the selected columns of the table by initializing **selected with
the selected column numbers.
Gets the selected columns of the table by initializing **selected with
the selected column numbers. This array should be freed by the caller. or %0 if value does not implement this interface.
|
Atk.Table | |
Gets the selected rows of the table by initializing **selected with
the selected row numbers.
Gets the selected rows of the table by initializing **selected with
the selected row numbers. This array should be freed by the caller. or zero if value does not implement this interface.
|
Atk.Table | |
get_summary
()
:
Atk.Object
Gets the summary description of the table.
Gets the summary description of the table.
of the table, or zero if value does not implement this interface.
|
Atk.Table | |
Gets a boolean value indicating whether the specified column
is selected if value does not implement this interface. |
Atk.Table | |
Gets a boolean value indicating whether the specified row
is selected if value does not implement this interface. |
Atk.Table | |
Gets a boolean value indicating whether the accessible object
at the specified row and column is selected if value does not implement this interface.
Gets a boolean value indicating whether the accessible object
at the specified row and column is selected if value does not implement this interface.
|
Atk.Table | |
Get a reference to the table cell at row, column.
Get a reference to the table cell at row, column.
accessible
|
Atk.Table | |
Adds the specified column to the selection.
|
Atk.Table | |
Removes the specified row from the selection.
|
Atk.Table | |
set_caption
(Object caption)
:
none
Sets the caption for the table.
Sets the caption for the table.
|
Atk.Table | |
Sets the description text for the specified column of the table.
|
Atk.Table | |
Sets the specified column header to header.
Sets the specified column header to header.
|
Atk.Table | |
Sets the description text for the specified row of table.
|
Atk.Table | |
Sets the specified row header to header.
Sets the specified row header to header.
|
Atk.Table | |
set_summary
(Object accessible)
:
none
Sets the summary description of the table.
Sets the summary description of the table.
|
Atk.Table |
Event | Defined By | |
---|---|---|
Atk.Table | ||
Atk.Table | ||
column_reordered (Table self)
:
none
|
Atk.Table | |
model_changed (Table self)
:
none
|
Atk.Table | |
Atk.Table | ||
Atk.Table | ||
row_reordered (Table self)
:
none
|
Atk.Table |