Searched refs:wxGetInstance (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Daccel.cpp93 HACCEL hAccel = ::LoadAccelerators(wxGetInstance(), resource);
H A Dcursor.cpp254 hcursor = ::LoadCursor(wxGetInstance(), filename);
354 HCURSOR hcursor = ::LoadCursor(stdCursor.isStd ? NULL : wxGetInstance(),
360 hcursor = ::LoadCursor(wxGetInstance(), _T("WXCURSOR_HAND"));
H A Dutilsgui.cpp217 HRSRC hResource = ::FindResource(wxGetInstance(), resourceName, resourceType);
221 HGLOBAL hData = ::LoadResource(wxGetInstance(), hResource);
231 int len = ::SizeofResource(wxGetInstance(), hResource);
H A Dgdiimage.cpp326 bitmap->SetHBITMAP((WXHBITMAP)::LoadBitmap(wxGetInstance(), name));
467 hicon = ::ExtractIcon(wxGetInstance(), nameReal, iconIndex);
521 hicon = (HICON)::LoadImage(wxGetInstance(), name, IMAGE_ICON,
527 hicon = ::LoadIcon(wxGetInstance(), name);
H A Dsound.cpp186 HMODULE hmod = flagsMSW == SND_RESOURCE ? wxGetInstance() : NULL;
H A Dtimer.cpp240 if ( !::UnregisterClass(ms_className, wxGetInstance()) )
H A Dhelpchm.cpp164 popup.hinst = (HINSTANCE) wxGetInstance();
191 popup.hinst = (HINSTANCE) wxGetInstance();
H A Dnativdlg.cpp52 m_hWnd = (WXHWND)::CreateDialog((HINSTANCE)wxGetInstance(),
89 m_hWnd = (WXHWND)::CreateDialog((HINSTANCE) wxGetInstance(),
H A Dmain.cpp399 extern "C" HINSTANCE wxGetInstance() function
H A Dtoplevel.cpp412 wxGetInstance(),
1243 if ( !::UnregisterClass(ms_className, wxGetInstance()) )
1265 wndclass.hInstance = wxGetInstance();
1279 (HMENU)NULL, wxGetInstance(), NULL);
H A Dgsockmsw.cpp64 extern "C" WXDLLIMPEXP_BASE HINSTANCE wxGetInstance(void);
65 #define INSTANCE wxGetInstance()
H A Dcontrol.cpp148 wxGetInstance(), // app instance
H A Dspinbutt.cpp178 wxGetInstance(),
H A Dtooltip.cpp238 wxGetInstance(),
H A Dradiobox.cpp183 wxGetInstance(),
205 (HMENU)NewControlId(), wxGetInstance(), NULL);
H A Dprintwin.cpp78 m_lpAbortProc = (WXFARPROC) MakeProcInstance((FARPROC) wxAbortProc, wxGetInstance());
H A Dtabctrl.cpp102 wxGetInstance(), // Current instance.
H A Ddib.cpp288 wxGetInstance(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatbmp.cpp119 vError = ::WinGetLastError(wxGetInstance());
H A Ddcclient.cpp218 m_hPS = ::GpiCreatePS( wxGetInstance()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtbarwce.cpp215 mbi.hInstRes = wxGetInstance();
225 HWND hWnd = CommandBar_Create(wxGetInstance(), (HWND) GetParent()->GetHWND(), GetId());
H A Dmenuce.cpp224 menu_bar.hInstRes = wxGetInstance();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwin.cpp154 wxGetInstance());
159 wxGetInstance(), NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dprivate.h767 WXDLLIMPEXP_BASE HINSTANCE wxGetInstance();
792 return wxGetFullModuleName((HMODULE)wxGetInstance());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h311 WXDLLEXPORT HINSTANCE wxGetInstance();

Completed in 132 milliseconds

12