import images
##wx.Trap()
+##raw_input("Press a key...")
+
+
+# Use Python's bool constants if available, make aliases if not
+try:
+ True
+except NameError:
+ True = 1==1
+ False = 1==0
#---------------------------------------------------------------------------
'wxListbook',
'wxMaskedNumCtrl',
'FloatCanvas',
+ 'wxXmlResourceSubclass',
]),
# managed windows == things with a (optional) caption you can close
'wxScrolledPanel',
'wxXmlResource',
'wxXmlResourceHandler',
+ 'wxXmlResourceSubclass',
]),
# ditto