diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-28 20:29:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-28 20:29:37 -0400 |
| commit | d73590e0201be32d3d468529c705d50842715db9 (patch) | |
| tree | 25129e9c8802b9a2742159ee938c729b38c3bcb0 /spinbox_darwin.go | |
| parent | b8cb342724997ad8f2a68881f073ee5559ef58d8 (diff) | |
More Mac Spinbox stuff.
Diffstat (limited to 'spinbox_darwin.go')
| -rw-r--r-- | spinbox_darwin.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spinbox_darwin.go b/spinbox_darwin.go index cb46f3a..c3f1da8 100644 --- a/spinbox_darwin.go +++ b/spinbox_darwin.go @@ -10,5 +10,8 @@ import "C" // - spinner properties: auto repeat // - http://stackoverflow.com/questions/702829/integrate-nsstepper-with-nstextfield we'll need to bind the int value :S // - TODO experiment with a dummy project +// - http://juliuspaintings.co.uk/cgi-bin/paint_css/animatedPaint/059-NSStepper-NSTextField.pl +// - http://www.youtube.com/watch?v=ZZSHU-O7HVo +// - http://andrehoffmann.wordpress.com/tag/nsstepper/ ? // TODO // - proper spacing between edit and spinner: Interface Builder isn't clear; NSDatePicker doesn't spill the beans |
