Method

StWidgetadd_style_pseudo_class

Declaration [src]

void
st_widget_add_style_pseudo_class (
  StWidget* actor,
  const gchar* pseudo_class
)

Description [src]

Adds pseudo_class to actors pseudo class list, if it is not already present.

Parameters

pseudo_class

Type: const gchar*

A pseudo class string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.