summaryrefslogtreecommitdiff
path: root/redo/future
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-08 20:14:25 -0400
committerPietro Gagliardi <[email protected]>2014-08-08 20:14:25 -0400
commit3200a0ca974e684e900dcb74e815c567488f1634 (patch)
tree502772a95de9a7f6445d969ddf0af0c3461b5bbf /redo/future
parent79ada1bdaa00a1dcebee65ab9bb77c51494d06a5 (diff)
More TODO/future plan separation.
Diffstat (limited to 'redo/future')
-rw-r--r--redo/future10
1 files changed, 9 insertions, 1 deletions
diff --git a/redo/future b/redo/future
index 755ea4e..0fcd874 100644
--- a/redo/future
+++ b/redo/future
@@ -1,4 +1,12 @@
Group
- Mac OS X: NSBox
container.go: add Group to the list of controls in the description of container
+ Mac OS X: NSBox
container_darwin.m: figure out if our setFrameSize: thing applies to resizing the groupbox as well
+Control
+ Enable()
+ Disable()
+Table
+ more column types: "// As such, a Table renders a []struct{...} where each field of the struct can be a string, a number, an image, or a checkbox."
+ table_darwin.m: constructor
+ table_unix.c: goTableModel_get_column_type(), goTableModel_get_value()
+ multiple selection