Searched refs:pMenu (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp99 wxMenu* pMenu = new wxMenu(); local
111 pMenu->Append( id, bar.mName, *pHelpStr, true );
113 pMenu->Check( id, (isHidden == false) );
120 pMenu->AppendSeparator();
121 pMenu->Append( id, "Customize...", "Show layout customization dialog", false );
134 pMenu->SetEventHandler( pHandler );
136 pTmpWnd->PopupMenu( pMenu, 0,0 );
140 delete pMenu;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenu.cpp914 , wxMenu* pMenu
921 ,pMenu
938 ::WinSendMsg((HWND)m_hMenu, MM_INSERTITEM, (MPARAM)&pMenu->m_vMenuData, (MPARAM)sTitle.c_str());
941 if (pMenuOld->HasAccels() || pMenu->HasAccels())
955 wxMenu* pMenu,
960 if (!wxMenuBarBase::Insert( nPos, pMenu, sTitle ))
967 pMenu->m_vMenuData.iPosition = (SHORT)nPos;
970 ,(MPARAM)&pMenu->m_vMenuData
974 if (pMenu->HasAccels())
986 bool wxMenuBar::Append( wxMenu* pMenu,
[all...]
H A Dwindow.cpp1842 bool wxWindowOS2::DoPopupMenu( wxMenu* pMenu, int nX, int nY ) argument
1846 HWND hMenu = GetHmenuOf(pMenu);
1854 pMenu->SetInvokingWindow(this);
1855 pMenu->UpdateUI();
1870 wxCurrentPopupMenu = pMenu;
1892 pMenu->SetInvokingWindow(NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmenu.h204 virtual bool Append( wxMenu* pMenu
208 ,wxMenu* pMenu
212 ,wxMenu* pMenu
H A Dwindow.h124 virtual bool DoPopupMenu( wxMenu* pMenu
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmdig.cpp131 void wxGenericMDIParentFrame::SetWindowMenu(wxMenu* pMenu) argument
143 if (pMenu)
145 m_pWindowMenu = pMenu;
H A Dlogg.cpp509 wxMenu *pMenu = new wxMenu; local
511 pMenu->Append(Menu_Save, _("&Save..."), _("Save log contents to file"));
513 pMenu->Append(Menu_Clear, _("C&lear"), _("Clear the log contents"));
514 pMenu->AppendSeparator();
515 pMenu->Append(Menu_Close, _("&Close"), _("Close this window"));
516 pMenuBar->Append(pMenu, _("&Log"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp143 void wxAuiMDIParentFrame::SetWindowMenu(wxMenu* pMenu) argument
154 if (pMenu)
156 m_pWindowMenu = pMenu;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp354 wxMenuBar *pMenu = new wxMenuBar; local
355 pMenu->Append(pMenuFile, _T("&File"));
356 pMenu->Append(CreateRegistryMenu(), _T("&Registry"));
357 SetMenuBar(pMenu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h67 void SetWindowMenu(wxMenu* pMenu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h61 void SetWindowMenu(wxMenu* pMenu);

Completed in 298 milliseconds