Searched refs:wxWindowMSW (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Devtloop.h46 static void SetCriticalWindow(wxWindowMSW *win) { ms_winCritical = win; }
50 static bool AllowProcessing(wxWindowMSW *win)
62 static bool IsChildOfCriticalWindow(wxWindowMSW *win);
66 static wxWindowMSW *ms_winCritical;
H A Dwindow.h3 // Purpose: wxWindowMSW class
33 class WXDLLEXPORT wxWindowMSW : public wxWindowBase class in inherits:wxWindowBase
39 friend class wxWindowMSW;
42 wxWindowMSW() { Init(); } function in class:wxWindowMSW
44 wxWindowMSW(wxWindow *parent, function in class:wxWindowMSW
55 virtual ~wxWindowMSW();
549 DECLARE_DYNAMIC_CLASS(wxWindowMSW)
550 DECLARE_NO_COPY_CLASS(wxWindowMSW)
560 inline bool wxWindowMSW::GetUseCtl3D() const { return false; }
561 inline bool wxWindowMSW
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwindow.cpp3 // Purpose: wxWindowMSW
200 void wxRemoveHandleAssociation(wxWindowMSW *win);
201 extern void wxAssociateWinWithHandle(HWND hWnd, wxWindowMSW *win);
205 static TEXTMETRIC wxGetTextMetrics(const wxWindowMSW *win);
209 static wxWindowMSW *FindWindowForMouseEvent(wxWindowMSW *win, int *x, int *y);
302 IMPLEMENT_ABSTRACT_CLASS(wxWindowMSW, wxWindowBase)
413 BEGIN_EVENT_TABLE(wxWindowMSW, wxWindowBase)
414 EVT_SYS_COLOUR_CHANGED(wxWindowMSW::OnSysColourChanged)
415 EVT_ERASE_BACKGROUND(wxWindowMSW
[all...]
H A Dpopupwin.cpp95 if ( !wxWindowMSW::Show(show) )
H A Devtloop.cpp55 wxWindowMSW *wxEventLoop::ms_winCritical = NULL;
82 bool wxEventLoop::IsChildOfCriticalWindow(wxWindowMSW *win)
H A Dstatbr95.cpp306 wxWindowMSW::DoMoveWindow(x, y, width, height);
H A Dtoplevel.cpp330 return wxWindowMSW::HandleSettingChange(wParam, lParam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h44 #define wxWindowNative wxWindowMSW
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwindow.h1473 #define wxWindowNative wxWindowMSW
1475 #define wxWindowMSW wxWindow macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp69 IMPLEMENT_DYNAMIC_CLASS(wxWindow, wxWindowMSW)

Completed in 131 milliseconds