diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-29 12:12:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-29 12:12:00 -0400 |
| commit | 6d58f434b74bb0119f493ba8e4508c93b14685d9 (patch) | |
| tree | cefdc0fb71e5a00b86193eee9cf7e3612f2b3e09 /container_darwin.go | |
| parent | 765ccf00a36d379dcdb853173c0049f2bccc4cf3 (diff) | |
Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite work yet.
Diffstat (limited to 'container_darwin.go')
| -rw-r--r-- | container_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container_darwin.go b/container_darwin.go index 5cc2b1c..02ccca4 100644 --- a/container_darwin.go +++ b/container_darwin.go @@ -53,6 +53,7 @@ func containerResized(data unsafe.Pointer) { } // These are based on measurements from Interface Builder. +// TODO reverify these against /layout rects/, not /frame rects/ const ( macXMargin = 20 macYMargin = 20 |
