style_get_valist
Description:
public void style_get_valist (string first_property_name, va_list var_args)
Non-vararg variant of style_get.
Used primarily by language bindings.
Parameters:
this |
a Widget
|
first_property_name |
the name of the first property to get
|
var_args |
a va_list of pairs of property names and locations to return the property values, starting with the location for
first_property_name .
|