Method
GtkCellAreaget_cell_allocation
deprecated: 4.10
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 rendered in cell_area.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- context
- 
            Type: GtkCellAreaContextThe GtkCellAreaContext used to hold sizes forarea.The data is owned by the caller of the function. 
- widget
- 
            Type: GtkWidgetThe GtkWidgetthatareais rendering on.The data is owned by the caller of the function. 
- renderer
- 
            Type: GtkCellRendererThe GtkCellRendererto get the allocation for.The data is owned by the caller of the function. 
- cell_area
- 
            Type: GdkRectangleThe whole allocated area for areainwidgetfor this row.The data is owned by the caller of the function. 
- allocation
- 
            Type: GdkRectangleWhere to store the allocation for renderer.The argument will be set by the function. The data is owned by the caller of the function.