Function

Astalwidget_toggle_class_name

since: 0.1

Declaration

void
astal_widget_toggle_class_name (
  GtkWidget* widget,
  const gchar* class_name,
  gboolean condition
)

Description

No description available.

Available since: 0.1

Parameters

widget

Type: GtkWidget

No description available.

The data is owned by the caller of the function.
class_name

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
condition

Type: gboolean

No description available.