Searched refs:dlgwidth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c1110 int dlgwidth = 0; local
1209 /* Set dlgwidth to width of message */
1224 dlgwidth = messageWidth;
1226 /* Add width of icon to dlgwidth, and some space */
1227 dlgwidth += DLG_ICON_WIDTH + 3 * dlgPaddingX;
1259 else if (horizWidth > dlgwidth)
1260 dlgwidth = horizWidth;
1275 if (textWidth > dlgwidth)
1276 dlgwidth = textWidth;
1281 if (dlgwidth < DLG_MIN_WIDT
[all...]
H A Dgui_w32.c3012 int dlgwidth = 0; local
3152 /* Set dlgwidth to width of message.
3222 /* Add width of icon to dlgwidth, and some space */
3223 dlgwidth = messageWidth + DLG_ICON_WIDTH + 3 * dlgPaddingX;
3256 else if (horizWidth > dlgwidth)
3257 dlgwidth = horizWidth;
3272 if (textWidth > dlgwidth)
3273 dlgwidth = textWidth;
3278 if (dlgwidth < DLG_MIN_WIDTH)
3279 dlgwidth
3739 WORD dlgwidth; local
[all...]

Completed in 117 milliseconds