Scrapped multiple-selection Tables.
This commit is contained in:
parent
f033320f96
commit
f60e888c38
|
@ -5,7 +5,6 @@ Control
|
||||||
Enable()
|
Enable()
|
||||||
Disable()
|
Disable()
|
||||||
Table
|
Table
|
||||||
multiple selection
|
|
||||||
figure out if we can safely refresh view during Unlock() regardless of calling goroutine
|
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)
|
refresh only selected columns of view to avoid flicker (especially on Windows)
|
||||||
document header behavior in general comment
|
document header behavior in general comment
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
Window.SetSize()
|
Window.SetSize()
|
||||||
Window.Center() (only really effective on Mac OS X)
|
Window.Center() (only really effective on Mac OS X)
|
||||||
Control.Show()/Control.Hide() (too much effort to get right)
|
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)
|
||||||
|
|
Loading…
Reference in New Issue