Add GtkSwitch, a "light-switch" like widget
The GtkSwitch widget is a simple UI control that has two states: on and off. Toggling between the states is possible by clicking the widget or by dragging the handle. https://bugzilla.gnome.org/show_bug.cgi?id=634987
gtk/gtkswitch.c
0 → 100644
This diff is collapsed.
gtk/gtkswitch.h
0 → 100644
tests/testswitch.c
0 → 100644
Please register or sign in to comment