gtk_paint_extension ( style window state_type shadow_type area widget detail x y width height gap_side -- )


Vocabulary
gtk2.ffi

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


Outputs
None

Definition


LIBRARY: gtk2 FUNCTION: void gtk_paint_extension
( GtkStyle* style, GdkWindow* window, GtkStateType
state_type, GtkShadowType shadow_type, GdkRectangle* area,
GtkWidget* widget, gchar* detail, gint x, gint y, gint
width, gint height, GtkPositionType gap_side )