summaryrefslogtreecommitdiff
path: root/spinbox_unix.go
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-31Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. ↵Pietro Gagliardi
Implementing it on Windows is going to be a pain...
2014-10-30Started fleshing out the Spinbox interface. Added Value() and SetValue(); ↵Pietro Gagliardi
implemented on GTK+. Added min and max to the constructor; implemented on GTK+.
2014-10-28Set up the absolute basic Spinbox and implemented it on GTK+. This is easy ↵Pietro Gagliardi
as it's one control on GTK+; now we have to do it on Windows and Mac OS X. And on those platforms, those are two separate controls (a standard edit control and an up-down/NSSpinner).