Handbook
Glossary
gtk_paint_focus ( style window state_type area widget detail x y width height -- )
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
width
an
object
height
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_focus
( GtkStyle* style, GdkWindow* window,
GtkStateType
state_type, GdkRectangle* area, GtkWidget* widget, gchar*
detail,
gint
x,
gint
y,
gint
width,
gint
height )