Method
GtkCellAreainner_cell_area
deprecated: 4.10
Declaration [src]
void
gtk_cell_area_inner_cell_area (
  GtkCellArea* area,
  GtkWidget* widget,
  const GdkRectangle* cell_area,
  GdkRectangle* inner_area
)
Description [src]
This is a convenience function for GtkCellArea implementations
to get the inner area where a given GtkCellRenderer will be
rendered. It removes any padding previously added by gtk_cell_area_request_renderer().
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- widget
- 
            Type: GtkWidgetThe GtkWidgetthatareais rendering onto.The data is owned by the caller of the method. 
- cell_area
- 
            Type: GdkRectangleThe widgetrelative coordinates where one ofarea’s cells is to be placed.The data is owned by the caller of the method. 
- inner_area
- 
            Type: GdkRectangleThe return location for the inner cell area. The argument will be set by the function. The returned data is owned by the instance.