Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp68 if (mpValueListFrame) in ~string_scroll_wheel_edit_dlg()
70 delete mpValueListFrame; in ~string_scroll_wheel_edit_dlg()
118 mpValueListFrame = new value_list_frame(mpStringIdList, mpTable); in OnInitDialog()
119 mpValueListFrame->Create(target_class_name, _T("ValueListFrame"), in OnInitDialog()
131 CWnd* child = mpValueListFrame->GetWindow(GW_CHILD); in TestSetRowData()
144 mpValueListFrame->GetClientRect(&list_client); in TestSetRowData()
145 mpValueListFrame->ClientToScreen(&list_client); in TestSetRowData()
151 mpValueListFrame->Scroll(rect.top - list_client.top); in TestSetRowData()
155 mpValueListFrame->Scroll(rect.bottom - list_client.bottom); in TestSetRowData()
Dstring_scroll_wheel_edit_dlg.h89 value_list_frame *mpValueListFrame; variable