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:
@@ -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
|
||||
|
Reference in New Issue
Block a user