##print os.getpid(); raw_input("Press a key...")
-# Use Python's bool constants if available, make aliases if not
-try:
- True
-except NameError:
- __builtins__.True = 1==1
- __builtins__.False = 1==0
-
#---------------------------------------------------------------------------
'FloatCanvas',
'wxXmlResourceSubclass',
'wxGridBagSizer',
+ 'Cursor',
]),
# managed windows == things with a (optional) caption you can close
'wxIntCtrl',
'wxMimeTypesManager',
'wxMaskedNumCtrl',
+ 'wxScrolledPanel',
'wxStyledTextCtrl_1',
'wxStyledTextCtrl_2',
'wxTimeCtrl',
# Images
('Using Images', [
+ 'Cursor',
'Throbber',
'wxArtProvider',
'wxDragImage',