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


Vocabulary
gtk.ffi

Inputs
stylean object
windowan object
state_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_focus
( GtkStyle* style, GdkWindow* window, GtkStateType
state_type, GdkRectangle* area, GtkWidget* widget, gchar*
detail, gint x, gint y, gint width, gint height )