summaryrefslogtreecommitdiff
path: root/redo/future
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-08 22:28:58 -0400
committerPietro Gagliardi <[email protected]>2014-08-08 22:28:58 -0400
commit0cf86eeb03a53bd7f81c7de977cea1a2b1c3459c (patch)
treeb227dd9fc844781c711eaee2264c2a08ea86be53 /redo/future
parent8ee7b2b8097ee7d67bb38d0180e81f53c6d05326 (diff)
Added nested and empty tabs to the test program, and fixed up relevant documentation.
Diffstat (limited to 'redo/future')
-rw-r--r--redo/future7
1 files changed, 7 insertions, 0 deletions
diff --git a/redo/future b/redo/future
index 73c8886..3eb26d0 100644
--- a/redo/future
+++ b/redo/future
@@ -10,6 +10,13 @@ Table
table_darwin.m: constructor
table_unix.c: goTableModel_get_column_type(), goTableModel_get_value()
multiple selection
+Tab
+ // [TODO if each tab of your Tab is going to have the same content Controls, then use LikeTab instead, to conserve resources]
+ Delete()
+ // Delete removes the given tab.
+ // It panics if index is out of range.
+ // After Delete(), the effect of accessing the Control of the deleted tab or any of its children is undefned. [TODO reword?]
+ investigate close buttons (especially for LikeTab)
so I don't forget, some TODOs:
windows