summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-20 20:57:12 -0400
committerPietro Gagliardi <[email protected]>2014-08-20 20:57:12 -0400
commitf60e888c38dc866b3110145dfdfeffff0c0e0f40 (patch)
tree417e7a88344927cf1079fa006f7b604b575c7d1a
parentf033320f964b5b3bde62523a5df52e5e7dd4101c (diff)
Scrapped multiple-selection Tables.
-rw-r--r--redo/future1
-rw-r--r--redo/scrapped1
2 files changed, 1 insertions, 1 deletions
diff --git a/redo/future b/redo/future
index d4fb487..637f0ec 100644
--- a/redo/future
+++ b/redo/future
@@ -5,7 +5,6 @@ Control
Enable()
Disable()
Table
- 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
diff --git a/redo/scrapped b/redo/scrapped
index 9334eb5..3eedc8f 100644
--- a/redo/scrapped
+++ b/redo/scrapped
@@ -1,3 +1,4 @@
Window.SetSize()
Window.Center() (only really effective on Mac OS X)
Control.Show()/Control.Hide() (too much effort to get right)
+Multiple selection Tables (Windows event handling is some wacky dumb thing; will reconsider if I can write a good replacement)