Handbook
Glossary
gtk_paint_expander ( style window state_type area widget detail x y expander_style -- )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
window
an
object
state_type
an
object
area
an
object
widget
an
object
detail
an
object
x
an
object
y
an
object
expander_style
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk2.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_paint_expander
( GtkStyle* style, GdkWindow* window,
GtkStateType
state_type, GdkRectangle* area, GtkWidget* widget, gchar*
detail,
gint
x,
gint
y,
GtkExpanderStyle
expander_style )