Method
GtkCellAreaget_cell_at_position
deprecated: 4.10
Declaration [src]
GtkCellRenderer*
gtk_cell_area_get_cell_at_position (
  GtkCellArea* area,
  GtkCellAreaContext* context,
  GtkWidget* widget,
  const GdkRectangle* cell_area,
  int x,
  int y,
  GdkRectangle* alloc_area
)
Description [src]
Gets the GtkCellRenderer at x and y coordinates inside area and optionally
returns the full cell allocation for it inside 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. 
- cell_area
- 
            Type: GdkRectangleThe whole allocated area for areainwidgetfor this row.The data is owned by the caller of the function. 
- x
- 
            Type: intThe x position. 
- y
- 
            Type: intThe y position. 
- alloc_area
- 
            Type: GdkRectangleWhere to store the inner allocated area of the returned cell renderer. The argument will be set by the function. The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GtkCellRenderer
The GtkCellRenderer at x and y.
| The data is owned by the instance. |