]> Pileus Git - ~andy/gtk/commit - tests/Makefile.am
Add GtkSwitch, a "light-switch" like widget
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 26 Nov 2010 13:24:04 +0000 (13:24 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 29 Nov 2010 12:52:10 +0000 (12:52 +0000)
commit0cd0e4091f049adf0268019c4171db3812104d64
treed30ef33342600d25f1b70dee0e2f4c6c77d27c28
parent7d0e356946188940cba3ad39132b91c94847b3d4
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/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkswitch.c [new file with mode: 0644]
gtk/gtkswitch.h [new file with mode: 0644]
tests/Makefile.am
tests/testswitch.c [new file with mode: 0644]