a demo for wxGTK bug added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -575,9 +575,16 @@ void MyFrame::OnRightDown(wxMouseEvent &event )
|
|||||||
menu.AppendSeparator();
|
menu.AppendSeparator();
|
||||||
menu.Append(Menu_File_Quit, "E&xit");
|
menu.Append(Menu_File_Quit, "E&xit");
|
||||||
|
|
||||||
//menu.Delete(Menu_Popup_ToBeDeleted);
|
menu.Delete(Menu_Popup_ToBeDeleted);
|
||||||
menu.Check(Menu_Popup_ToBeChecked, TRUE);
|
menu.Check(Menu_Popup_ToBeChecked, TRUE);
|
||||||
menu.Enable(Menu_Popup_ToBeGreyed, FALSE);
|
menu.Enable(Menu_Popup_ToBeGreyed, FALSE);
|
||||||
|
|
||||||
PopupMenu( &menu, event.GetX(), event.GetY() );
|
PopupMenu( &menu, event.GetX(), event.GetY() );
|
||||||
|
|
||||||
|
// test for destroying items in popup menus
|
||||||
|
#if 0
|
||||||
|
menu.Destroy(Menu_Popup_Submenu);
|
||||||
|
|
||||||
|
PopupMenu( &menu, event.GetX(), event.GetY() );
|
||||||
|
#endif // 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user