summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
AgeCommit message (Collapse)Author
2014-08-03Chagned Checkbox.OnClicked() to Checkbox.OnToggled(). The code restructure ↵Pietro Gagliardi
will allow this.
2014-08-01More TODOs.Pietro Gagliardi
2014-07-30Disambiguated what happens when a regular Label is used in a Standalone context.Pietro Gagliardi
2014-07-30Moved the definition of Control itself to control.go and updated some comments.Pietro Gagliardi
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.