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


Vocabulary
gtk.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


Outputs
None

Definition


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