Method
Gtk.CellArea.get_cell_allocation
Declaration [src]
void
gtk_cell_area_get_cell_allocation (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
GtkCellRenderer* renderer,
const GdkRectangle* cell_area,
GdkRectangle* allocation
)
Description [src]
Derives the allocation of renderer
inside area
if area
were to be renderered in cell_area
.
Parameters
context |
GtkCellAreaContext |
the |
|
Ownership is not transferred to the callee | |
widget |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
renderer |
GtkCellRenderer |
the |
|
Ownership is not transferred to the callee | |
cell_area |
const GdkRectangle* |
the whole allocated area for |
|
Ownership is not transferred to the callee | |
allocation |
GdkRectangle* |
where to store the allocation for |
|
Direction: out | |
Ownership is not transferred to the callee |