Handbook
Glossary
gtk_style_render_icon ( style source direction state size widget detail -- GdkPixbuf* )
Vocabulary
gtk3
.
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
gdk-pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GdkPixbuf*
gtk_style_render_icon
( GtkStyle* style, GtkIconSource* source,
GtkTextDirection
direction,
GtkStateType
state,
GtkIconSize
size, GtkWidget*
widget, gchar* detail )