API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
gboolean gtk_widget_has_css_class ( GtkWidget* widget, const char* css_class )
Returns whether a style class is currently applied to the widget.
css_class
Type: const char*
const char*
Style class, without the leading period.
Type: gboolean
gboolean
True if css_class is currently applied to widget.
widget