Function
Gtkrender_option
Declaration [src]
void
gtk_render_option (
  GtkStyleContext* context,
  cairo_t* cr,
  double x,
  double y,
  double width,
  double height
)
Description [src]
Renders an option mark (as in a radio button), the GTK_STATE_FLAG_CHECKED
state will determine whether the option is on or off, and
GTK_STATE_FLAG_INCONSISTENT whether it should be marked as undefined.
Typical option mark rendering:

Parameters
| context | GtkStyleContext | 
| A  | |
| The data is owned by the caller of the function. | |
| cr | cairo_t | 
| A  | |
| The data is owned by the caller of the function. | |
| x | double | 
| X origin of the rectangle. | |
| y | double | 
| Y origin of the rectangle. | |
| width | double | 
| Rectangle width. | |
| height | double | 
| Rectangle height. |