summaryrefslogtreecommitdiff
path: root/new/checkbox_unix.c
AgeCommit message (Collapse)Author
2015-04-09Decided that uiCheckboxSetChecked() should NOT trigger an event. This ↵Pietro Gagliardi
required changing the GTK+ backend to make it so; the Windows and Mac OS X backends are fine (setting their checkbox state programmatically will not send a signal; thanks to ThunderSnow in irc.freenode.net/#macdev for confirming this for Mac OS X).
2015-04-09Migrated the GTK+ backend to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Implemented all of uiCheckbox on GTK+.Pietro Gagliardi