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