Method

Gtk.CellArea.inner_cell_area

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().

Parameters

widget GtkWidget
 

the GtkWidget that area is rendering onto

 Ownership is not transferred to the callee
cell_area const GdkRectangle*
 

the widget relative coordinates where one of area’s cells is to be placed

 Ownership is not transferred to the callee
inner_area GdkRectangle*
 

the return location for the inner cell area

 Direction: out
 Ownership is not transferred to the callee