diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 12:33:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 12:33:44 -0400 |
| commit | 7d86f9d440c6bf1484f5d2530f920c89aec06b02 (patch) | |
| tree | 348257928aefca21b53eae19b34732ad28602e70 /redo/future | |
| parent | acf25c4798c2927f08af47f41b4f13cb3950fe70 (diff) | |
More future plans.
Diffstat (limited to 'redo/future')
| -rw-r--r-- | redo/future | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/future b/redo/future index e6c48d4..e6784b7 100644 --- a/redo/future +++ b/redo/future @@ -11,6 +11,8 @@ Table table_unix.c: goTableModel_get_column_type(), goTableModel_get_value() multiple selection figure out if we can safely refresh view during Unlock() regardless of calling goroutine + document header behavior in general comment + add functions for header manipulation Tab // [TODO if each tab of your Tab is going to have the same content Controls, then use LikeTab instead, to conserve resources] Delete() @@ -29,6 +31,10 @@ Mac OS X // in the other case, the most correct thing would be for Label to be aligned to the alignment rect, but I can't get this working, and it looks fine as it is anyway other controls same rules? checkboxes seem damning... +TextField + add events (figure out which of the following are appropriate: changed, enter pressed) + provide some facility to mark invalid values + figure out numerics because you CAN paste into numeric boxes on Windows and GTK+ has no built-in number validator as far as I know so I don't forget, some TODOs: windows |
