Searched defs:dialogrect (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c400 RECT dialogrect; local
415 GetWindowRect(hWndDlg, &dialogrect);
418 textrect.right = dialogrect.right - dialogrect.left - MIN_TEXT_MARGIN;
419 textrect.bottom = dialogrect.bottom - dialogrect.top - MIN_TEXT_MARGIN;
426 dialogrect.left -= adjust;
427 dialogrect.right += adjust;
432 dialogrect.top -= adjust;
433 dialogrect
[all...]

Completed in 1116 milliseconds