Method

GtkStyleContextget_valist

since: 3.0

Declaration [src]

void
gtk_style_context_get_valist (
  GtkStyleContext* context,
  GtkStateFlags state,
  va_list args
)

Description [src]

Retrieves several style property values from context for a given state.

See gtk_style_context_get_property() for details.

Available since: 3.0

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.