Searched refs:pMenuBar (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmdig.cpp134 wxMenuBar *pMenuBar = GetMenuBar(); local
138 RemoveWindowMenu(pMenuBar);
147 AddWindowMenu(pMenuBar);
151 void wxGenericMDIParentFrame::SetMenuBar(wxMenuBar *pMenuBar) argument
156 AddWindowMenu(pMenuBar);
158 wxFrame::SetMenuBar(pMenuBar);
293 void wxGenericMDIParentFrame::RemoveWindowMenu(wxMenuBar *pMenuBar) argument
295 if (pMenuBar && m_pWindowMenu)
298 int pos = pMenuBar->FindMenu(_("&Window"));
301 wxASSERT(m_pWindowMenu == pMenuBar
307 AddWindowMenu(wxMenuBar *pMenuBar) argument
[all...]
H A Dlogg.cpp508 wxMenuBar *pMenuBar = new wxMenuBar; local
516 pMenuBar->Append(pMenu, _("&Log"));
517 SetMenuBar(pMenuBar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp146 wxMenuBar *pMenuBar = GetMenuBar(); local
150 RemoveWindowMenu(pMenuBar);
157 AddWindowMenu(pMenuBar);
161 void wxAuiMDIParentFrame::SetMenuBar(wxMenuBar* pMenuBar) argument
167 AddWindowMenu(pMenuBar);
169 wxFrame::SetMenuBar(pMenuBar);
295 void wxAuiMDIParentFrame::RemoveWindowMenu(wxMenuBar* pMenuBar) argument
297 if (pMenuBar && m_pWindowMenu)
300 int pos = pMenuBar->FindMenu(_("&Window"));
304 wxASSERT(m_pWindowMenu == pMenuBar
310 AddWindowMenu(wxMenuBar *pMenuBar) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dfrmview.cpp201 wxMenuBar* pMenuBar = GetParentFrame()->GetMenuBar(); local
203 if ( !pMenuBar )
206 int count = pMenuBar->GetMenuCount();
217 if ( pMenuBar->GetMenu(i)->GetTitle() == pNode->GetData() )
218 pMenuBar->EnableTop( i, enable );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h69 virtual void SetMenuBar(wxMenuBar *pMenuBar);
102 void RemoveWindowMenu(wxMenuBar *pMenuBar);
103 void AddWindowMenu(wxMenuBar *pMenuBar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h63 virtual void SetMenuBar(wxMenuBar *pMenuBar);
94 void RemoveWindowMenu(wxMenuBar *pMenuBar);
95 void AddWindowMenu(wxMenuBar *pMenuBar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dframe.cpp321 wxMenuBar* pMenuBar
326 if (!pMenuBar)
346 if (pMenuBar->GetHMenu())
348 m_hMenu = pMenuBar->GetHMenu();
352 pMenuBar->Detach();
353 m_hMenu = pMenuBar->Create();
358 m_frameMenuBar = pMenuBar;
359 pMenuBar->Attach((wxFrame*)this);
832 wxMenuBar* pMenuBar = GetMenuBar(); local
834 if (!pMenuBar)
[all...]

Completed in 130 milliseconds