Class method

GtkWidgetClassget_css_name

since: 3.20

Declaration [src]

const char*
gtk_widget_class_get_css_name (
  GtkWidgetClass* widget_class
)

Description [src]

Gets the name used by this class for matching in CSS code. See gtk_widget_class_set_css_name() for details.

Available since: 3.20

Return value

Type: const char*

The CSS name of the given class.

The returned data is owned by the class.
The value is a NUL terminated UTF-8 string.