Searched refs:wxAdoptedWindow (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dreparent.h21 class WXDLLIMPEXP_CORE wxAdoptedWindow; variable in typeref:class:WXDLLIMPEXP_CORE
28 // appropriately. toReparent is typically a wxAdoptedWindow.
29 bool Reparent(wxWindow* newParent, wxAdoptedWindow* toReparent);
34 bool WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toReparent,
44 static wxAdoptedWindow* sm_toReparent;
55 class WXDLLIMPEXP_CORE wxAdoptedWindow: public wxWindow class in inherits:wxWindow
58 wxAdoptedWindow();
59 wxAdoptedWindow(WXWindow window);
60 virtual ~wxAdoptedWindow();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dreparent.cpp43 * wxAdoptedWindow
46 wxAdoptedWindow::wxAdoptedWindow() function in class:wxAdoptedWindow
50 wxAdoptedWindow::wxAdoptedWindow(WXWindow window) function in class:wxAdoptedWindow
55 wxAdoptedWindow::~wxAdoptedWindow()
66 wxAdoptedWindow* wxReparenter::sm_toReparent = NULL;
79 bool wxReparenter::Reparent(wxWindow* newParent, wxAdoptedWindow* toReparent)
136 bool wxReparenter::WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toReparen
[all...]
/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;
H A Demulator.cpp200 m_xnestWindow = new wxAdoptedWindow;

Completed in 89 milliseconds