]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
don't set cursor for not realized (and not only hidden) windows
[wxWidgets.git] / wxPython / demo / Main.py
index 041678483a8f747668fe989452f122c80ac96797..b67361889d20cdbc6e58e28fe62cc99075035bc5 100644 (file)
@@ -50,7 +50,9 @@ _treeList = [
         'AnalogClock',
         'AUI_DockingWindowMgr',
         'AUI_Notebook',
+        'BitmapFromBuffer',
         'CheckListCtrlMixin',
+        'ComboTreeBox',
         'Pickers',
         'PseudoDC',
         'RichTextCtrl',
@@ -140,6 +142,7 @@ _treeList = [
     ('Custom Controls', [
         'AnalogClock',
         'ColourSelect',
+        'ComboTreeBox',
         'Editor',
         'GenericButtons',
         'GenericDirCtrl',
@@ -228,6 +231,7 @@ _treeList = [
     # Images
     ('Using Images', [
         'ArtProvider',
+        'BitmapFromBuffer',
         'Cursor',
         'DragImage',
         'GIFAnimationCtrl',