Searched refs:wxTopLevelWindowOS2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoplevel.cpp56 bool wxTopLevelWindowOS2::m_sbInitialized = false;
57 wxWindow* wxTopLevelWindowOS2::m_spHiddenParent = NULL;
60 // wxTopLevelWindowOS2 implementation
63 BEGIN_EVENT_TABLE(wxTopLevelWindowOS2, wxTopLevelWindowBase)
64 EVT_ACTIVATE(wxTopLevelWindowOS2::OnActivate)
131 // wxTopLevelWindowOS2 creation
134 void wxTopLevelWindowOS2::Init()
156 void wxTopLevelWindowOS2::OnActivate(
210 } // end of wxTopLevelWindowOS2::OnActivate
212 WXDWORD wxTopLevelWindowOS2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h3 // Purpose: wxTopLevelWindowOS2 is the OS2 implementation of wxTLW
23 // wxTopLevelWindowOS2
26 class WXDLLEXPORT wxTopLevelWindowOS2 : public wxTopLevelWindowBase class in inherits:wxTopLevelWindowBase
30 wxTopLevelWindowOS2() { Init(); } function in class:wxTopLevelWindowOS2
32 wxTopLevelWindowOS2( wxWindow* pParent function in class:wxTopLevelWindowOS2
55 virtual ~wxTopLevelWindowOS2();
176 }; // end of CLASS wxTopLevelWindowOS2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h342 #define wxTopLevelWindowNative wxTopLevelWindowOS2

Completed in 67 milliseconds