API Version: 4.0
Library Version: 4.17.0
Generated by gi-docgen 2024.2
gboolean gtk_widget_has_css_class ( GtkWidget* widget, const char* css_class )
Returns whether css_class is currently applied to widget.
css_class
widget
Type: const char*
const char*
A style class, without the leading ‘.’ used for notation of style classes.
Type: gboolean
gboolean
TRUE if css_class is currently applied to widget, FALSE otherwise.
TRUE
FALSE