Using WxWidgets from Python
GUI Tricks
When using a wxBoxSizer, option "1" for a child item forces it to expand into available space
To get Mac-friendly menu item shortcuts using XRCed or xrc files in general you need to set your menu label like this:
Quit\tCtrl-Q
Annoyances
Sizing a wxProgressDialog - you must do it after it shows on screen - seems sloppy (or I am retarded)
Wikir