Merge pull request #930 from RobinD42/fix-issue927

Add NotificationMessage to the demo tree.
(cherry picked from commit 3c6e5ca81a)
This commit is contained in:
Robin Dunn
2018-07-16 19:00:50 -07:00
parent 9723f49ec0
commit 7f44c91c5e

View File

@@ -42,6 +42,7 @@ _treeList = [
'LEDNumberCtrl', 'LEDNumberCtrl',
'DynamicSashWindow', 'DynamicSashWindow',
'TreeListCtrl', 'TreeListCtrl',
'NotificationMessage',
]), ]),
# managed windows == things with a (optional) caption you can close # managed windows == things with a (optional) caption you can close
@@ -183,6 +184,7 @@ _treeList = [
'MaskedNumCtrl', 'MaskedNumCtrl',
'MediaCtrl', 'MediaCtrl',
'MultiSplitterWindow', 'MultiSplitterWindow',
'NotificationMessage',
'OwnerDrawnComboBox', 'OwnerDrawnComboBox',
'Pickers', 'Pickers',
'PropertyGrid', 'PropertyGrid',