summaryrefslogtreecommitdiff
path: root/spinbox_darwin.go
blob: cb46f3aa57ed445db64f9deeacf1608ec8554c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 28 october 2014

package ui

// #include "objc_darwin.h"
import "C"

// interface builder notes
// - the tops of the alignment rects should be identical
// - 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
// TODO
// - proper spacing between edit and spinner: Interface Builder isn't clear; NSDatePicker doesn't spill the beans