Give BitmapButton its own demo, get rid of ErrorDialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-15 22:45:00 +00:00
parent 4261ba88cf
commit 8b7fa2d969
4 changed files with 92 additions and 34 deletions

View File

@@ -68,7 +68,7 @@ _treeList = [
# dialogs from libraries
('More Dialogs', [
'ErrorDialogs',
##'ErrorDialogs',
'ImageBrowser',
'MultipleChoiceDialog',
'ScrolledMessageDialog',
@@ -76,6 +76,7 @@ _treeList = [
# core controls
('Core Windows/Controls', [
'BitmapButton',
'Button',
'CheckBox',
'CheckListBox',
@@ -173,7 +174,7 @@ _treeList = [
('Process and Events', [
'EventManager',
'KeyEvents',
'OOR',
##'OOR',
'Process',
'PythonEvents',
'Threads',