summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/future4
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