summaryrefslogtreecommitdiff
path: root/redo/future
diff options
context:
space:
mode:
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