Add sample showing how to use the XRC subclass attribute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-10-22 17:25:20 +00:00
parent 098d1f0c65
commit 6fa68946ec
2 changed files with 110 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ import wx.html
import images
##wx.Trap()
##raw_input("Press a key...")
# Use Python's bool constants if available, make aliases if not
try:
@@ -37,6 +39,7 @@ _treeList = [
'wxListbook',
'wxMaskedNumCtrl',
'FloatCanvas',
'wxXmlResourceSubclass',
]),
# managed windows == things with a (optional) caption you can close
@@ -158,6 +161,7 @@ _treeList = [
'wxScrolledPanel',
'wxXmlResource',
'wxXmlResourceHandler',
'wxXmlResourceSubclass',
]),
# ditto