From 0cf86eeb03a53bd7f81c7de977cea1a2b1c3459c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 8 Aug 2014 22:28:58 -0400 Subject: Added nested and empty tabs to the test program, and fixed up relevant documentation. --- redo/future | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'redo/future') 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 -- cgit v1.2.3