Searched refs:m_activeChild (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmdi.cpp72 m_activeChild = (wxMDIChildFrame*) NULL;
85 m_activeChild = (wxMDIChildFrame*) NULL;
155 return m_activeChild;
234 if (m_activeChild && event.IsKindOf(CLASSINFO(wxCommandEvent)))
236 res = m_activeChild->GetEventHandler()->ProcessEvent(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmdi.h85 inline void SetActiveChild(wxMDIChildFrame* child) { m_activeChild = child; }
109 wxMDIChildFrame* m_activeChild; member in class:wxMDIParentFrame

Completed in 112 milliseconds