Function
Phoshutil_toggle_style_class
Declaration [src]
void
phosh_util_toggle_style_class (
GtkWidget* widget,
const char* style_class,
gboolean toggle
)
Parameters
widget
-
Type:
GtkWidget
Widget to change styling of.
The data is owned by the caller of the function. style_class
-
Type:
const char*
The name of CSS class.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. toggle
-
Type:
gboolean
Whether the class should be set or unset.