Searched refs:wxWindowDFB (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/dfb/
H A Dwindow.cpp52 static wxWindowDFB *gs_focusedWindow = NULL;
57 static wxWindowDFB *gs_mouseCapture = NULL;
70 IMPLEMENT_ABSTRACT_CLASS(wxWindowDFB, wxWindowBase)
72 BEGIN_EVENT_TABLE(wxWindowDFB, wxWindowBase)
79 void wxWindowDFB::Init()
88 wxWindowDFB::~wxWindowDFB()
105 wxWindowDFB *win = (wxWindowDFB*)m_wnd->prev->userData;
110 wxWindowDFB *wi
[all...]
H A Dtoplevel.cpp531 handlerFunc = &wxWindowDFB::HandleKeyEvent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwindow.h33 class WXDLLIMPEXP_CORE wxWindowDFB : public wxWindowBase class in inherits:wxWindowBase
36 wxWindowDFB() { Init(); } function in class:wxWindowDFB
38 wxWindowDFB(wxWindow *parent, function in class:wxWindowDFB
49 virtual ~wxWindowDFB();
197 DECLARE_DYNAMIC_CLASS(wxWindowDFB)
198 DECLARE_NO_COPY_CLASS(wxWindowDFB)
H A Dtoplevel.h137 friend class wxWindowDFB; // for SetDfbFocus
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwindow.h1505 #define wxWindowNative wxWindowDFB
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp75 IMPLEMENT_DYNAMIC_CLASS(wxWindow, wxWindowDFB)

Completed in 71 milliseconds