Home
last modified time | relevance | path

Searched refs:LoadIconW (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DttkWinMonitor.c84 wc.hIcon = LoadIconW(NULL, (LPCWSTR)IDI_APPLICATION); in CreateThemeMonitorWindow()
85 wc.hIconSm = LoadIconW(NULL, (LPCWSTR)IDI_APPLICATION); in CreateThemeMonitorWindow()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DttkWinMonitor.c84 wc.hIcon = LoadIconW(NULL, (LPCWSTR)IDI_APPLICATION); in CreateThemeMonitorWindow()
85 wc.hIconSm = LoadIconW(NULL, (LPCWSTR)IDI_APPLICATION); in CreateThemeMonitorWindow()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dmessage.rkt31 (LoadIconW #f IDI_WARNING)))
34 (LoadIconW #f IDI_ERROR)))
H A Dicons.rkt9 (define-user32 LoadIconW (_wfun _HINSTANCE _intptr -> _HICON)) function
/dports/graphics/vkd3d/vkd3d-1.2/demos/
H A Ddemo_win32.h203 wc.hIcon = LoadIconW(NULL, IDI_APPLICATION); in demo_init()
208 wc.hIconSm = LoadIconW(NULL, IDI_WINLOGO); in demo_init()
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_WNTInit.cxx50 wndClass.hIcon = LoadIconW (theInstance, MAKEINTRESOURCEW(IDI_ICON1)); in RegisterAppClass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dwindows_types.h261 #define LoadIcon LoadIconW
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h266 #define LoadIcon LoadIconW
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/win/
H A Dwindows_types.h243 #define LoadIcon LoadIconW
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h266 #define LoadIcon LoadIconW
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h266 #define LoadIcon LoadIconW
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/win/
H A Dwindows_types.h247 #define LoadIcon LoadIconW
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A D__init__.py206 _user32.LoadIconW.restype = HICON
207 _user32.LoadIconW.argtypes = [HINSTANCE, c_wchar_p]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dwindows_types.h265 #define LoadIcon LoadIconW
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A D__init__.py209 _user32.LoadIconW.restype = HICON
210 _user32.LoadIconW.argtypes = [HINSTANCE, c_wchar_p]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dwinundef.h310 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dwinundef.h311 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dwinundef.h311 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dwinundef.h318 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dwinundef.h318 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dwinundef.h318 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dwinundef.h318 return LoadIconW(hInstance, lpIconName); in LoadIcon()
/dports/devel/upp/upp/bazaar/plugin/tcc/lib/
H A Duser32.def411 LoadIconW
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwin32_window.c768 wc.hIcon = LoadIconW(GetModuleHandleW(NULL), L"GLFW_ICON"); in _glfwRegisterWindowClass()
772 wc.hIcon = LoadIconW(NULL, IDI_WINLOGO); in _glfwRegisterWindowClass()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32App.cpp454 return LoadIconW(getInstance(), MAKEINTRESOURCEW(AP_RID_ICON_APPLICATION_32)); in getIcon()
467 return LoadIconW(getInstance(), MAKEINTRESOURCEW(AP_RID_ICON_APPLICATION_16)); in getSmallIcon()

12345678910