Method
GtkThemingEngineget_valist
deprecated: 3.14 since: 3.0
Declaration [src]
void
gtk_theming_engine_get_valist (
GtkThemingEngine* engine,
GtkStateFlags state,
va_list args
)
Description [src]
Retrieves several style property values that apply to the currently rendered element.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
This method is not directly available to language bindings.
Parameters
state
-
Type:
GtkStateFlags
State to retrieve values for.
args
-
Type:
va_list
Va_list of property name/return location pairs, followed by
NULL
.