Method

GtkCellAccessibleParentget_cell_extents

Declaration [src]

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

Description

No description available.

Parameters

cell

Type: GtkCellAccessible

No description available.

The data is owned by the caller of the method.
x

Type: gint*

No description available.

The argument will be set by the function.
y

Type: gint*

No description available.

The argument will be set by the function.
width

Type: gint*

No description available.

The argument will be set by the function.
height

Type: gint*

No description available.

The argument will be set by the function.
coord_type

Type: AtkCoordType

No description available.