render_option


Description:

[ CCode ( cname = "gtk_render_option" ) ]
[ Version ( since = "3.0" ) ]
public void render_option (Context cr, double x, double y, double width, double height)

Renders an option mark (as in a RadioButton), 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:

![](options.png)

Parameters:

cr

a Context

x

X origin of the rectangle

y

Y origin of the rectangle

width

rectangle width

height

rectangle height

context

a StyleContext