Class method

GtkWidgetClassget_css_name

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.

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.