Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp141 CRect list_client; in TestSetRowData() local
144 mpValueListFrame->GetClientRect(&list_client); in TestSetRowData()
145 mpValueListFrame->ClientToScreen(&list_client); in TestSetRowData()
149 if (rect.top < list_client.top) in TestSetRowData()
151 mpValueListFrame->Scroll(rect.top - list_client.top); in TestSetRowData()
153 else if (rect.bottom > list_client.bottom) in TestSetRowData()
155 mpValueListFrame->Scroll(rect.bottom - list_client.bottom); in TestSetRowData()
296 CRect list_client; in PreTranslateKeyDown() local
298 list->GetClientRect(&list_client); in PreTranslateKeyDown()
299 list->ClientToScreen(&list_client); in PreTranslateKeyDown()
[all …]
Dfont_path_dialog.cpp355 CRect list_client; in OnSetFocus() local
358 GetClientRect(&list_client); in OnSetFocus()
359 ClientToScreen(&list_client); in OnSetFocus()
366 if (rect.top < list_client.top) in OnSetFocus()
571 CRect list_client; in PreTranslateKeyDown() local
574 list->GetClientRect(&list_client); in PreTranslateKeyDown()
589 if (list->Scroll(-list_client.Height())) in PreTranslateKeyDown()
591 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown()
603 if(list->Scroll(list_client.Height())) in PreTranslateKeyDown()
605 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown()
[all …]