Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dhotkey.c497 return DLGC_WANTCHARS | DLGC_WANTARROWS; in HOTKEY_WindowProc()
H A Dsyslink.c1626 Ret |= DLGC_WANTCHARS; in SysLinkWindowProc()
H A Ddatetime.c1646 return DLGC_WANTARROWS | DLGC_WANTCHARS; in DATETIME_WindowProc()
H A Dcombo.c1732 LRESULT result = DLGC_WANTARROWS | DLGC_WANTCHARS; in COMBO_WindowProc()
H A Dtab.c3413 return DLGC_WANTARROWS | DLGC_WANTCHARS; in TAB_WindowProc()
H A Dlistbox.c2979 return DLGC_WANTARROWS | DLGC_WANTCHARS; in LISTBOX_WindowProc()
H A Dmonthcal.c2967 return DLGC_WANTARROWS | DLGC_WANTCHARS; in MONTHCAL_WindowProc()
H A Dedit.c4949 result = DLGC_HASSETSEL | DLGC_WANTCHARS | DLGC_WANTARROWS; in EDIT_WindowProc()
H A Dtreeview.c5833 return DLGC_WANTARROWS | DLGC_WANTCHARS; in TREEVIEW_WindowProc()
H A Dlistview.c11888 return DLGC_WANTCHARS | DLGC_WANTARROWS; in LISTVIEW_WindowProc()
/reactos/dll/win32/aclui/
H A Dchecklist.c2284 Ret |= DLGC_WANTCHARS | DLGC_WANTMESSAGE; in CheckListWndProc()
2302 Ret |= (EnabledBox ? DLGC_WANTTAB : DLGC_WANTCHARS); in CheckListWndProc()
2310 Ret |= DLGC_WANTCHARS; in CheckListWndProc()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c7564 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7601 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7612 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
7623 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
7637 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7648 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
7661 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7672 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
7699 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
7723 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL; in test_WM_GETDLGCODE()
[all …]
/reactos/modules/rostests/winetests/user32/
H A Dedit.c685 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTARROWS), in test_edit_control_1()
698 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTARROWS), in test_edit_control_1()
711 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTALLKEYS | DLGC_WANTARROWS), in test_edit_control_1()
724 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTALLKEYS | DLGC_WANTARROWS), in test_edit_control_1()
H A Dmsg.c7504 ok(ret == (DLGC_WANTCHARS | DLGC_WANTARROWS), "wrong dlg_code %08lx\n", ret); in test_combobox_messages()
11657 …ok(dlg_code == (DLGC_WANTCHARS|DLGC_HASSETSEL|DLGC_WANTARROWS), "wrong dlg_code %08x\n", dlg_code); in test_edit_messages()
11699 ok(dlg_code == (DLGC_WANTCHARS|DLGC_HASSETSEL|DLGC_WANTARROWS|DLGC_WANTALLKEYS), in test_edit_messages()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c693 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTARROWS), in test_edit_control_1()
706 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTARROWS), in test_edit_control_1()
719 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTALLKEYS | DLGC_WANTARROWS), in test_edit_control_1()
732 ok(r == (DLGC_WANTCHARS | DLGC_HASSETSEL | DLGC_WANTALLKEYS | DLGC_WANTARROWS), in test_edit_control_1()
H A Dtreeview.c2634 ok(code == (DLGC_WANTCHARS | DLGC_WANTARROWS), "0x%08x\n", code); in test_WM_GETDLGCODE()
/reactos/dll/cpl/desk/
H A Dmonslctl.c1334 Ret |= DLGC_WANTCHARS; in MonitorSelWndProc()
/reactos/base/applications/regedit/
H A Dhexedit.c931 return DLGC_WANTARROWS | DLGC_WANTCHARS; in HEXEDIT_WM_GETDLGCODE()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c1886 LRESULT result = DLGC_WANTARROWS | DLGC_WANTCHARS; in ComboWndProc_common()
H A Dlistbox.c3072 return DLGC_WANTARROWS | DLGC_WANTCHARS; in ListBoxWndProc_common()
H A Dedit.c5129 result = DLGC_HASSETSEL | DLGC_WANTCHARS | DLGC_WANTARROWS;
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2681 if (dlgCode & (DLGC_WANTCHARS|DLGC_WANTMESSAGE)) break; in IsDialogMessageW()
/reactos/dll/win32/riched20/
H A Deditor.c3642 UINT code = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS; in ME_HandleMessage()
/reactos/sdk/include/psdk/
H A Dwinuser.h2621 #define DLGC_WANTCHARS 128 macro
/reactos/base/setup/reactos/
H A Dtreelist.c11347 return DLGC_WANTCHARS | DLGC_WANTARROWS; in TreeListProc()