Wrote some notes on Mac OS X Spinbox.

This commit is contained in:
Pietro Gagliardi 2014-10-28 18:25:05 -04:00
parent 667745dd8c
commit b8cb342724
1 changed files with 14 additions and 0 deletions

14
spinbox_darwin.go Normal file
View File

@ -0,0 +1,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