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


Vocabulary
gtk3.ffi

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


Outputs
None

Definition


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