Handbook
Glossary
gtk_paint_option ( style cr state_type shadow_type widget detail x y width height -- )
Vocabulary
gtk3
.
ffi
Inputs
style
an
object
cr
an
object
state_type
an
object
shadow_type
an
object
widget
an
object
detail
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_paint_option
( GtkStyle* style, cairo_t* cr,
GtkStateType
state_type,
GtkShadowType
shadow_type, GtkWidget* widget, gchar* detail,
gint
x,
gint
y,
gint
width,
gint
height )