diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 22:44:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 22:44:18 -0400 |
| commit | 5f3cba3b901a336976342c063cf097c815c69b8c (patch) | |
| tree | fe74570474b7e23dd351aa5581db3b84587ee186 | |
| parent | 44e37f9018066018770a234faa5a8a53f8cec908 (diff) | |
Adjusted future plans.
| -rw-r--r-- | redo/future | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redo/future b/redo/future index d9b53f2..14eaf93 100644 --- a/redo/future +++ b/redo/future @@ -5,11 +5,9 @@ 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 figure out if we can safely refresh view during Unlock() regardless of calling goroutine + refresh only selected columns of view to avoid flicker (especially on Windows) document header behavior in general comment add functions for header manipulation Tab |
