Hide the DynamicSashWindow sample for now

This commit is contained in:
Robin Dunn
2016-08-02 21:53:21 -07:00
parent 97947ba176
commit a0d5f596f2
2 changed files with 2 additions and 2 deletions

View File

@@ -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?

View File

@@ -172,7 +172,7 @@ _treeList = [
'ComboCtrl',
'ContextHelp',
'DatePickerCtrl',
'DynamicSashWindow',
#'DynamicSashWindow', # TODO
'EditableListBox',
'ExpandoTextCtrl',
'FancyText',