blob: c42bba32b5f1c8e6c541cc239ced822b3a107405 (
plain)
1
2
3
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 and GTK+ event handling is some wacky dumb thing; could reconsider for Windows if I can write a good replacement but GTK+ still kills it)
|