gtk_paint_focus ( style cr state_type widget detail x y width height -- )


Vocabulary
gtk3.ffi

Inputs
stylean object
cran object
state_typean object
widgetan object
detailan object
xan object
yan object
widthan object
heightan object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void gtk_paint_focus
( GtkStyle* style, cairo_t* cr, GtkStateType state_type,
GtkWidget* widget, gchar* detail, gint x, gint y, gint
width, gint height )