From a0d5f596f21736c5b1e428aedf2b99ea14fbc526 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Aug 2016 21:53:21 -0700 Subject: [PATCH] Hide the DynamicSashWindow sample for now --- TODO.rst | 2 +- demo/demodata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.rst b/TODO.rst index c4c7b13f..da750f9c 100644 --- a/TODO.rst +++ b/TODO.rst @@ -209,5 +209,5 @@ Other Dev Stuff self-contained instead of some relying on files generated by others. This won't work if we want to run tests in parallel. - + * Port the old DynamicSashWindow from wxCode to a pure-python implementation? diff --git a/demo/demodata.py b/demo/demodata.py index bc6b0788..5853f102 100644 --- a/demo/demodata.py +++ b/demo/demodata.py @@ -172,7 +172,7 @@ _treeList = [ 'ComboCtrl', 'ContextHelp', 'DatePickerCtrl', - 'DynamicSashWindow', + #'DynamicSashWindow', # TODO 'EditableListBox', 'ExpandoTextCtrl', 'FancyText',