Home
last modified time | relevance | path

Searched defs:hwndCtl (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dextra.h532 #define ListBox_Enable(hwndCtl, fEnable) EnableWindow((hwndCtl), (fEnable)) argument
534 …#define ListBox_GetCount(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETCOUN… argument
535 …#define ListBox_ResetContent(hwndCtl) ((BOOL)(DWORD)SendMessage((hwndCtl), LB_RESETC… argument
540 …#define ListBox_AddItemData(hwndCtl, data) ((int)(DWORD)SendMessage((hwndCtl), LB_ADDSTRI… argument
558 …#define ListBox_GetCurSel(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETCURS… argument
559 …#define ListBox_SetCurSel(hwndCtl, index) ((int)(DWORD)SendMessage((hwndCtl), LB_SETCURS… argument
564 …#define ListBox_GetSel(hwndCtl, index) ((int)(DWORD)SendMessage((hwndCtl), LB_GETSEL,… argument
565 …#define ListBox_GetSelCount(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETSELC… argument
566 …#define ListBox_GetTopIndex(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETTOPI… argument
572 …#define ListBox_GetHorizontalExtent(hwndCtl) ((int)(DWORD)SendMessage((hwndCtl), LB_GETHORI… argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwindowsx.h38 #define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
42 #define Button_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
46 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
67 #define ComboBox_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
79 #define ComboBox_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
92 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
101 #define Edit_GetSel(hwndCtl) ((DWORD)SNDMSG((hwndCtl),EM_GETSEL,0,0)) argument
103 #define Edit_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
120 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
511 #define ScrollBar_GetPos(hwndCtl) GetScrollPos((hwndCtl),SB_CTL) argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwindowsx.h38 #define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
42 #define Button_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
46 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
67 #define ComboBox_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
79 #define ComboBox_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
92 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
101 #define Edit_GetSel(hwndCtl) ((DWORD)SNDMSG((hwndCtl),EM_GETSEL,0,0)) argument
103 #define Edit_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
120 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
511 #define ScrollBar_GetPos(hwndCtl) GetScrollPos((hwndCtl),SB_CTL) argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwindowsx.h475 #define Static_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
478 #define Static_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
479 #define Static_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
487 #define Button_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
488 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
497 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
499 #define Edit_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
500 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
550 #define ScrollBar_GetPos(hwndCtl) GetScrollPos((hwndCtl),SB_CTL) argument
614 #define ComboBox_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwindowsx.h475 #define Static_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
478 #define Static_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
479 #define Static_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
487 #define Button_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
488 #define Button_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
497 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
499 #define Edit_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
500 #define Edit_SetText(hwndCtl,lpsz) SetWindowText((hwndCtl),(lpsz)) argument
550 #define ScrollBar_GetPos(hwndCtl) GetScrollPos((hwndCtl),SB_CTL) argument
614 #define ComboBox_GetTextLength(hwndCtl) GetWindowTextLength(hwndCtl) argument
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/wacom/
H A Dmsgpack.h17 #define FORWARD_WM_COMMAND(hwnd, id, hwndCtl, codeNotify, fn) \ argument
25 #define FORWARD_WM_COMMAND(hwnd, id, hwndCtl, codeNotify, fn) \ argument
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dhyperlinks.c43 HWND hwndCtl = (HWND) lParam; in _HyperlinkParentProc() local
126 ConvertStaticToHyperlink(HWND hwndCtl) in ConvertStaticToHyperlink()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dhyperlinks.c41 HWND hwndCtl = (HWND) lParam; in _HyperlinkParentProc() local
124 ConvertStaticToHyperlink(HWND hwndCtl) in ConvertStaticToHyperlink()
/dports/audio/flite/flite-2.1-release/wince/
H A Dflowm_main.c157 HWND hwndCtl; in DoCommandMain() local
202 LPARAM DoMainCommandExit(HWND hwnd, WORD idItem, HWND hwndCtl, WORD wNotifyCode) in DoMainCommandExit()
209 HWND hwndCtl, WORD wNotifyCode) in DoMainCommandAbout()
242 HWND hwndCtl, WORD wNotifyCode) in DoMainCommandPlay()
377 HWND hwndCtl, WORD wNotifyCode) in DoMainCommandFile()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/14.Win32Window/
H A Dmain.cpp34 HWND hwndCtl = (HWND)lParam; in CustomWndProc() local
/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Dbrushtest.c104 HWND hwndCtl; in WndProc() local
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/windows/
H A Dodbcdialogparams.cpp550 void processDbCombobox(HWND hwnd, HWND hwndCtl, UINT codeNotify) in processDbCombobox()
581 void processCharsetCombobox(HWND hwnd, HWND hwndCtl, UINT codeNotify) in processCharsetCombobox()
609 void FormMain_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in FormMain_OnCommand()
H A DTabCtrl.cpp322 void TabPage_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in TabPage_OnCommand()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Dmain.cpp174 void OnCommand(HWND hWnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
/dports/games/pvpgn/pvpgn-1.8.5/src/win32/
H A Dd2cs_winmain.c167 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
H A Dd2dbs_winmain.c167 static void OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in OnCommand()
H A Dwinmain.c284 static void guiOnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in guiOnCommand()
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin_spell.c373 spell_dlg_on_command(HWND hDlg, int id, HWND hwndCtl, UINT codeNotify) in spell_dlg_on_command()
H A Dmswin_tw.c488 mswin_tw_wm_command(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in mswin_tw_wm_command()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin_spell.c373 spell_dlg_on_command(HWND hDlg, int id, HWND hwndCtl, UINT codeNotify) in spell_dlg_on_command()
H A Dmswin_tw.c488 mswin_tw_wm_command(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) in mswin_tw_wm_command()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/include/
H A Dgui.h57 #define ComboBox_AddStringW(hwndCtl, lpsz) ((int)(DWORD)SNDMSGW((hwndCtl), CB_ADDSTRING, 0L, … argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/drivers/win32/
H A Dwin_con.c1234 Client_OnVScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnVScroll()
1269 Client_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnHScroll()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/drivers/win32/
H A Dwin_con.c1234 Client_OnVScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnVScroll()
1269 Client_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnHScroll()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/drivers/win32/
H A Dwin_con.c1215 Client_OnVScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnVScroll()
1250 Client_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos) in Client_OnHScroll()

12