Method

StWidgethas_style_class_name

Declaration [src]

gboolean
st_widget_has_style_class_name (
  StWidget* actor,
  const gchar* style_class
)

Description [src]

Tests if actors style class list includes style_class.

Parameters

style_class

Type: const gchar*

A style class string.

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

Return value

Type: gboolean

Whether or not actors style class list includes style_class.