Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp1781 CRect listsize; in OnInitDialog() local
1787 mScreenItemView.GetWindowRect(&listsize); in OnInitDialog()
1788 ScreenToClient(&listsize); in OnInitDialog()
1790 size.top = listsize.top; in OnInitDialog()
1791 size.left = listsize.right + 5; in OnInitDialog()
1793 size.bottom = listsize.bottom; in OnInitDialog()
1809 GetDlgItem(IDC_INCLUDE_SCREEN_PROMPT)->GetWindowRect(&listsize); in OnInitDialog()
1810 ScreenToClient(&listsize); in OnInitDialog()
1812 size.top = listsize.top; in OnInitDialog()
1813 size.left = listsize.right + 5; in OnInitDialog()
[all …]