Handbook
Glossary
gtk_style_render_icon ( style source direction state size widget detail -- GdkPixbuf* )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
source
an
object
direction
an
object
state
an
object
size
an
object
widget
an
object
detail
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gdk2.pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GdkPixbuf*
gtk_style_render_icon
( GtkStyle* style, GtkIconSource* source,
GtkTextDirection
direction,
GtkStateType
state,
gint
size, GtkWidget* widget,
gchar* detail )