summaryrefslogtreecommitdiff
path: root/redo/checkbox_unix.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall ↵Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-08-03Standardized basegetAuxResize() on the GTK+ backend to match the Mac OS X ↵Pietro Gagliardi
backend and controlbase.sh.
2014-08-03Migrated the GTK+ backend to the new Control system. Added controlParent to ↵Pietro Gagliardi
deal with interface issues; need to apply this to the Windows backend too.
2014-08-02Split all the Control implementations into their own files and renamed the ↵Pietro Gagliardi
containerctrls implementation files to say tab instead as they only hold Tab. This is the first part of what should hopefully be the final restructuring.