X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afb810d936784286284f9fac9f522076ddd1e8c2..34c3ffca5b9a22a972ae0296c8713f8ff1956566:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index e46b1be9cf..14f9a919bb 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -23,6 +23,7 @@ import images _treeList = [ ('New since last release', ['wxGenericDirCtrl', 'wxImageFromStream', + 'RowColSizer', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', @@ -50,7 +51,9 @@ _treeList = [ 'wxEditableListBox', 'wxLEDNumberCtrl', ]), - ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']), + ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource', + 'RowColSizer', + ]), ('Miscellaneous', [ 'DragAndDrop', 'CustomDragAndDrop', 'URLDragAndDrop', 'FontEnumerator',