Scrapped multiple-selection Tables.

This commit is contained in:
Pietro Gagliardi 2014-08-20 20:57:12 -04:00
parent f033320f96
commit f60e888c38
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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)