Handbook
Glossary
gtk_style_get_style_property ( style widget_type property_name value -- )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
widget_type
an
object
property_name
an
object
value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_style_get_style_property
( GtkStyle* style,
GType
widget_type, gchar* property_name,
GValue* value )