Method
GtkStylePropertiesget_valist
deprecated: 3.16 since: 3.0
Declaration [src]
void
gtk_style_properties_get_valist (
GtkStyleProperties* props,
GtkStateFlags state,
va_list args
)
Description [src]
Retrieves several style property values from props
for a given state.
Available since: 3.0
Deprecated since: 3.16
GtkStyleProperties
are deprecated.
This method is not directly available to language bindings.
Parameters
state
-
Type:
GtkStateFlags
State to retrieve the property values for.
args
-
Type:
va_list
Va_list of property name/return location pairs, followed by
NULL
.