Method

GtkStylePropertiesset_valist

deprecated: 3.16 since: 3.0

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

GtkStyleProperties are deprecated.

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.