Handbook
Glossary
gtk_paint_shadow_gap ( style window state_type shadow_type area widget detail x y width height gap_side gap_x gap_width -- )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
window
an
object
state_type
an
object
shadow_type
an
object
area
an
object
widget
an
object
detail
an
object
x
an
object
y
an
object
width
an
object
height
an
object
gap_side
an
object
gap_x
an
object
gap_width
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_shadow_gap
( 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,
gint
gap_x,
gint
gap_width )