Added Chris Barker's FloatCanvas.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-25 19:28:19 +00:00
parent 72f7f6a467
commit a8a844ded4
4 changed files with 1748 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ _treeList = [
# new stuff
('Recent Additions', [
'wxMaskedNumCtrl',
'FloatCanvas',
]),
# managed windows == things with a (optional) caption you can close
@@ -106,6 +107,7 @@ _treeList = [
'ColourSelect',
'ContextHelp',
'FancyText',
'FloatCanvas',
'FileBrowseButton',
'GenericButtons',
'MaskedEditControls',