Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c223 #define DLG_NONBUTTON_CONTROL 5000 // First ID of non-button controls macro
6790 (void)SetFocus(GetDlgItem(hwnd, DLG_NONBUTTON_CONTROL)); in dialog_callback()
6800 if (button >= DLG_NONBUTTON_CONTROL) in dialog_callback()
6809 GetDlgItemTextW(hwnd, DLG_NONBUTTON_CONTROL + 2, wp, IOSIZE); in dialog_callback()
7278 DLG_NONBUTTON_CONTROL + 0, (WORD)0x0082, in gui_mch_dialog()
7287 DLG_NONBUTTON_CONTROL + 1, (WORD)0x0081, (char *)message); in gui_mch_dialog()
7297 DLG_NONBUTTON_CONTROL + 2, (WORD)0x0081, (char *)textfield); in gui_mch_dialog()
7313 dialog_default_button = DLG_NONBUTTON_CONTROL + 2; in gui_mch_dialog()