Interface
GtkCellAccessibleParent
Prerequisite
In order to implement CellAccessibleParent, your type must inherit fromGObject
.
Interface structure
struct GtkCellAccessibleParentIface {
GTypeInterface parent;
void (* get_cell_extents) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell,
gint* x,
gint* y,
gint* width,
gint* height,
AtkCoordType coord_type
);
void (* get_cell_area) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell,
GdkRectangle* cell_rect
);
gboolean (* grab_focus) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
int (* get_child_index) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
GtkCellRendererState (* get_renderer_state) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
void (* expand_collapse) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
void (* activate) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
void (* edit) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
void (* update_relationset) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell,
AtkRelationSet* relationset
);
void (* get_cell_position) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell,
gint* row,
gint* column
);
GPtrArray* (* get_column_header_cells) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
GPtrArray* (* get_row_header_cells) (
GtkCellAccessibleParent* parent,
GtkCellAccessible* cell
);
}
No description available.
Interface members
parent |
|
No description available. |
|
get_cell_extents |
|
No description available. |
|
get_cell_area |
|
No description available. |
|
grab_focus |
|
No description available. |
|
get_child_index |
|
No description available. |
|
get_renderer_state |
|
No description available. |
|
expand_collapse |
|
No description available. |
|
activate |
|
No description available. |
|
edit |
|
No description available. |
|
update_relationset |
|
No description available. |
|
get_cell_position |
|
No description available. |
|
get_column_header_cells |
|
No description available. |
|
get_row_header_cells |
|
No description available. |