Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtrigger_list_edit_dlg.cpp111 CRect list_prompt_rect; in OnInitDialog() local
120 wnd->GetWindowRect(&list_prompt_rect); in OnInitDialog()
121 ScreenToClient(&list_prompt_rect); in OnInitDialog()
122 rect.top = list_prompt_rect.bottom + 1; in OnInitDialog()