Method

StWidgetadd_style_class_name

Declaration [src]

void
st_widget_add_style_class_name (
  StWidget* actor,
  const gchar* style_class
)

Description [src]

Adds style_class to actors style class name list, if it is not already present.

Parameters

style_class

Type: const gchar*

A style class name string.

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