Interface

GtkCellAccessibleParent

Description

interface Gtk.CellAccessibleParent : GObject.Object

No description available.

Prerequisite

In order to implement CellAccessibleParent, your type must inherit fromGObject.

Implementations

Instance methods

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
GTypeInterface
 

No description available.

get_cell_extents
void (* get_cell_extents) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell,
    gint* x,
    gint* y,
    gint* width,
    gint* height,
    AtkCoordType coord_type
  )
 

No description available.

get_cell_area
void (* get_cell_area) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell,
    GdkRectangle* cell_rect
  )
 

No description available.

grab_focus
gboolean (* grab_focus) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

get_child_index
int (* get_child_index) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

get_renderer_state
GtkCellRendererState (* get_renderer_state) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

expand_collapse
void (* expand_collapse) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

activate
void (* activate) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

edit
void (* edit) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

update_relationset
void (* update_relationset) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell,
    AtkRelationSet* relationset
  )
 

No description available.

get_cell_position
void (* get_cell_position) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell,
    gint* row,
    gint* column
  )
 

No description available.

get_column_header_cells
GPtrArray* (* get_column_header_cells) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

get_row_header_cells
GPtrArray* (* get_row_header_cells) (
    GtkCellAccessibleParent* parent,
    GtkCellAccessible* cell
  )
 

No description available.

Virtual methods

Gtk.CellAccessibleParent.activate
No description available.

Gtk.CellAccessibleParent.edit
No description available.

Gtk.CellAccessibleParent.expand_collapse
No description available.

Gtk.CellAccessibleParent.get_cell_area
No description available.

Gtk.CellAccessibleParent.get_cell_extents
No description available.

Gtk.CellAccessibleParent.get_cell_position
No description available.

Gtk.CellAccessibleParent.get_child_index
No description available.

Gtk.CellAccessibleParent.grab_focus
No description available.