Searched refs:GetMDIParentFrame (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmdig.cpp408 wxGenericMDIParentFrame *pParentFrame = GetMDIParentFrame();
487 wxGenericMDIParentFrame *pParentFrame = GetMDIParentFrame();
514 wxGenericMDIParentFrame *pParentFrame = GetMDIParentFrame();
542 wxGenericMDIParentFrame *pParentFrame = GetMDIParentFrame();
648 wxGenericMDIParentFrame* wxGenericMDIChildFrame::GetMDIParentFrame() const function in class:wxGenericMDIChildFrame
743 if (child->GetMDIParentFrame()->GetActiveChild() == child)
769 if (activeChild->GetMDIParentFrame())
771 activeChild->GetMDIParentFrame()->SetActiveChild(activeChild);
772 activeChild->GetMDIParentFrame()->SetChildMenuBar(activeChild);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmdi.cpp416 if (GetMDIParentFrame())
418 wxMDIParentFrame* parentFrame = GetMDIParentFrame();
528 GetMDIParentFrame()->SetChildMenuBar(this);
551 wxMDIClientWindow* clientWindow = GetMDIParentFrame()->GetClientWindow();
716 if (activeChild->GetMDIParentFrame())
718 activeChild->GetMDIParentFrame()->SetActiveChild(activeChild);
719 activeChild->GetMDIParentFrame()->SetChildMenuBar(activeChild);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp418 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
481 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
516 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
540 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
577 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
605 wxAuiMDIParentFrame* pParentFrame = GetMDIParentFrame();
653 wxAuiMDIParentFrame* wxAuiMDIChildFrame::GetMDIParentFrame() const function in class:wxAuiMDIChildFrame
773 if (child->GetMDIParentFrame()->GetActiveChild() == child)
799 if (active_child->GetMDIParentFrame())
801 active_child->GetMDIParentFrame()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h203 wxAuiMDIParentFrame* GetMDIParentFrame() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h195 wxGenericMDIParentFrame* GetMDIParentFrame() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmdi.h189 wxMDIParentFrame* GetMDIParentFrame() const { return m_mdiParentFrame; } function in class:wxMDIChildFrame

Completed in 71 milliseconds