Method
GtkCellAreaget_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 |
|
The data is owned by the caller of the function. | |
widget |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
renderer |
GtkCellRenderer |
The |
|
The data is owned by the caller of the function. | |
cell_area |
GdkRectangle |
The whole allocated area for |
|
The data is owned by the caller of the function. | |
allocation |
GdkRectangle |
Where to store the allocation for |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |