]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Implemented borderless wxTextCtrl (wxNO_BORDER)
[wxWidgets.git] / wxPython / demo / Main.py
index 14abd512b706e680ad87358cd8e9ffb6eba12ae3..f20cea6235a0f91944f54841f269c9a436507e1c 100644 (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',
@@ -219,7 +220,7 @@ _treeList = [
     # need libs not coming with the demo
     ('Objects using an external library', [
         'ActiveXWrapper_Acrobat',
-        'ActiveXWrapper_IE',
+        ##'ActiveXWrapper_IE',      # currently has tstate problems...
         'GLCanvas',
         #'PlotCanvas', # deprecated, use PyPlot
         ]),
@@ -721,6 +722,7 @@ class wxPythonDemo(wx.Frame):
                 self.txt.Clear()
                 self.window = None
 
+        self.tree.SetFocus()
 
 
     #---------------------------------------------