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)