Gtk.CellAccessibleParent¶
| Implementations: | |
|---|---|
| Gtk.TreeViewAccessible | |
Methods¶
| activate(cell) | |
| edit(cell) | |
| expand_collapse(cell) | |
| get_cell_area(cell) | |
| get_cell_extents(cell, coord_type) | |
| get_cell_position(cell) | |
| get_child_index(cell) | |
| get_column_header_cells(cell) | |
| get_renderer_state(cell) | |
| get_row_header_cells(cell) | |
| grab_focus(cell) | |
| update_relationset(cell, relationset) | 
Virtual Methods¶
| do_activate(cell) | |
| do_edit(cell) | |
| do_expand_collapse(cell) | |
| do_get_cell_area(cell) | |
| do_get_cell_extents(cell, coord_type) | |
| do_get_cell_position(cell) | |
| do_get_child_index(cell) | |
| do_get_column_header_cells(cell) | |
| do_get_renderer_state(cell) | |
| do_get_row_header_cells(cell) | |
| do_grab_focus(cell) | |
| do_update_relationset(cell, relationset) | 
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- 
class Gtk.CellAccessibleParent¶
- Bases: - GObject.GInterface- Structure: - Gtk.CellAccessibleParentIface- 
activate(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
edit(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
expand_collapse(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
get_cell_area(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - cell_rect: - Gdk.Rectangle
 - 
get_cell_extents(cell, coord_type)[source]¶
- Parameters: - cell (Gtk.CellAccessible) –
- coord_type (Atk.CoordType) –
 - Return type: 
- cell (
 - 
get_cell_position(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - (row: - int, column:- int)
 - 
get_child_index(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - int
 - 
get_column_header_cells(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - [ - Atk.Object]
 - 
get_renderer_state(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - Gtk.CellRendererState
 - 
get_row_header_cells(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - [ - Atk.Object]
 - 
grab_focus(cell)[source]¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - bool
 - 
update_relationset(cell, relationset)[source]¶
- Parameters: - cell (Gtk.CellAccessible) –
- relationset (Atk.RelationSet) –
 
- cell (
 - 
do_activate(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
do_edit(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
do_expand_collapse(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –
 - 
do_get_cell_area(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - cell_rect: - Gdk.Rectangle
 - 
do_get_cell_extents(cell, coord_type) virtual¶
- Parameters: - cell (Gtk.CellAccessible) –
- coord_type (Atk.CoordType) –
 - Return type: 
- cell (
 - 
do_get_cell_position(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - (row: - int, column:- int)
 - 
do_get_child_index(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - int
 - 
do_get_column_header_cells(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - [ - Atk.Object]
 - 
do_get_renderer_state(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - Gtk.CellRendererState
 - 
do_get_row_header_cells(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - [ - Atk.Object]
 - 
do_grab_focus(cell) virtual¶
- Parameters: - cell ( - Gtk.CellAccessible) –- Return type: - bool
 - 
do_update_relationset(cell, relationset) virtual¶
- Parameters: - cell (Gtk.CellAccessible) –
- relationset (Atk.RelationSet) –
 
- cell (
 
-