Added a sample to the demo specifically for PopupMenus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-11 17:12:07 +00:00
parent 62e3042f36
commit 1b3864922c
2 changed files with 150 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ _treeList = [
'wxPyColourChooser',
'wxScrolledPanel',
'ShapedWindow',
'PopupMenu',
]),
# managed windows == things with a (optional) caption you can close
@@ -66,6 +67,7 @@ _treeList = [
# core controls
('Core Windows/Controls', [
'PopupMenu',
'wxButton',
'wxCheckBox',
'wxCheckListBox',