Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Dfontdlg.c935 int cmb = LOWORD(wParam); in CFn_WMCommand() local
937 GetDlgItemTextW(hDlg, cmb, str_edit, ARRAY_SIZE(str_edit)); in CFn_WMCommand()
938 idx = SendDlgItemMessageW(hDlg, cmb, CB_FINDSTRING, -1, (LPARAM)str_edit); in CFn_WMCommand()
941 SendDlgItemMessageW(hDlg, cmb, CB_GETLBTEXT, idx, (LPARAM)str_cmb); in CFn_WMCommand()
946 SendDlgItemMessageW(hDlg, cmb, CB_SETCURSEL, idx, 0); in CFn_WMCommand()
947 … SendDlgItemMessageW(hDlg, cmb, CB_SETEDITSEL, 0, -1); /* Remove edit field selection */ in CFn_WMCommand()