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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.h88 wxAdoptedWindow* m_xnestWindow; member in class:wxEmulatorApp
90 wxWindow* m_xnestWindow; member in class:wxEmulatorApp
H A Demulator.cpp97 m_xnestWindow = NULL;
200 m_xnestWindow = new wxAdoptedWindow;
218 if (!reparenter.WaitAndReparent(m_containerWindow, m_xnestWindow, wxT("Xnest")))
315 if (wxGetApp().m_xnestWindow)
317 wxGetApp().m_xnestWindow->SetHandle((WXWindow) NULL);
349 if (wxGetApp().m_xnestWindow
351 && wxGetApp().m_xnestWindow->GetMainWindow()
364 wxGetApp().m_xnestWindow->Move(x, y);

Completed in 109 milliseconds