Method

GtkThemingEnginehas_class

deprecated: 3.14 since: 3.0

Declaration [src]

gboolean
gtk_theming_engine_has_class (
  GtkThemingEngine* engine,
  const gchar* style_class
)

Description [src]

Returns TRUE if the currently rendered contents have defined the given class name.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Parameters

style_class

Type: const gchar*

Class name to look up.

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

Return value

Type: gboolean

TRUE if engine has class_name defined.