Widget.styleGetValist

Non-vararg variant of gtk_widget_style_get(). Used primarily by language bindings.

class Widget
void
styleGetValist
(,
void* varArgs
)

Parameters

firstPropertyName string

the name of the first property to get

varArgs void*

a va_list of pairs of property names and locations to return the property values, starting with the location for @first_property_name.

Meta