Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7042 textWidth = 0; in gui_mch_dialog()
7056 textWidth = 0; in gui_mch_dialog()
7073 if (textWidth > messageWidth) in gui_mch_dialog()
7074 messageWidth = textWidth; in gui_mch_dialog()
7111 textWidth = minButtonWidth; in gui_mch_dialog()
7137 if (textWidth > dlgwidth) in gui_mch_dialog()
7138 dlgwidth = textWidth; in gui_mch_dialog()
7736 textWidth += submenuWidth; in gui_mch_tearoff()
7739 if (textWidth > dlgwidth) in gui_mch_tearoff()
7740 dlgwidth = textWidth; in gui_mch_tearoff()
[all …]