Method
GtkStylePropertiesset_valist
Declaration [src]
void
gtk_style_properties_set_valist (
GtkStyleProperties* props,
GtkStateFlags state,
va_list args
)
Description [src]
Sets several style properties on props
.
Available since: | 3.0 |
Deprecated since: | 3.16 |
| |
This method is not directly available to language bindings. |
Parameters
state
-
Type:
GtkStateFlags
State to set the values for.
args
-
Type:
va_list
Va_list of property name/value pairs, followed by
NULL
.