| Import line: | Atk = imports.gi.Atk; |
| GIR File: | Atk-1.0.gir |
| C documentation: | AtkTable |
| Interface : | Table |
| Implementations: | Atk.NoOpObject |
| Show / Hide Inherited methods, properties and signals |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
| Atk.Table | ||
| Atk.Table | ||
|
get_caption
()
:
Atk.Object
Gets the caption for the table.
Gets the caption for the table. if value does not implement this interface.
|
Atk.Table | |
| Atk.Table | ||
| Atk.Table | ||
|
Gets the number of columns occupied by the accessible object at the specified row and column in the table.
|
Atk.Table | |
|
get_column_header
(Number 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. NULL if value does not implement this interface.
|
Atk.Table | |
|
Gets a gint representing the index at the specified row and column.
|
Atk.Table | |
|
get_n_columns
()
:
Number
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
()
:
Number
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 | |
| Atk.Table | ||
| Atk.Table | ||
|
Gets the number of rows occupied by the accessible object at a specified row and column in the table.
|
Atk.Table | |
|
get_row_header
(Number 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. 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.
|
Atk.Table | |
|
Gets the selected rows of the table by initializing **selected with the selected row numbers.
|
Atk.Table | |
|
get_summary
()
:
Atk.Object
Gets the summary description of the table.
Gets the summary description of the table. or zero if value does not implement this interface.
|
Atk.Table | |
| Atk.Table | ||
| 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.
|
Atk.Table | |
|
Get a reference to the table cell at row, column.
Get a reference to the table cell at row, column.
|
Atk.Table | |
| Atk.Table | ||
| Atk.Table | ||
|
set_caption
(Object caption)
:
none
Sets the caption for the table.
Sets the caption for the table.
|
Atk.Table | |
| Atk.Table | ||
|
Sets the specified column header to header.
Sets the specified column header to header.
|
Atk.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 | |