Searched refs:dlgwidth (Results 1 – 1 of 1) sorted by relevance
97 int dlgwidth, dlgheight; in center_dialog() local105 dlgwidth = r.right - r.left; in center_dialog()111 r.left = (scrwidth - dlgwidth) / 2; in center_dialog()113 MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE); in center_dialog()