gtk_paint_arrow ( style window state_type shadow_type area widget detail arrow_type fill x y width height -- )


Vocabulary
gtk2.ffi

Inputs
stylean object
windowan object
state_typean object
shadow_typean object
areaan object
widgetan object
detailan object
arrow_typean object
fillan object
xan object
yan object
widthan object
heightan object


Outputs
None

Definition


LIBRARY: gtk2 FUNCTION: void gtk_paint_arrow
( GtkStyle* style, GdkWindow* window, GtkStateType
state_type, GtkShadowType shadow_type, GdkRectangle* area,
GtkWidget* widget, gchar* detail, GtkArrowType arrow_type,
gboolean fill, gint x, gint y, gint width, gint height )