From: Robin Dunn Date: Tue, 10 Aug 2004 01:07:33 +0000 (+0000) Subject: removed some samples X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ebd09fe97cf610be88af7007a4860c913f07b0b5?ds=inline removed some samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index cae2caec0b..eabe793867 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -65,7 +65,6 @@ _treeList = [ 'ColourDialog', 'DirDialog', 'FileDialog', - 'FileDialog_Save', 'FindReplaceDialog', 'FontDialog', 'MessageDialog', @@ -189,7 +188,7 @@ _treeList = [ 'PythonEvents', 'Threads', 'Timer', - 'infoframe', + ##'infoframe', # needs better explaination and some fixing ]), # Clipboard and DnD @@ -214,7 +213,7 @@ _treeList = [ # Other stuff ('Miscellaneous', [ 'ColourDB', - 'DialogUnits', + ##'DialogUnits', # needs more explainations 'DrawXXXList', 'FileHistory', 'FontEnumerator',