Searched refs:mpValueListFrame (Results 1 – 2 of 2) sorted by relevance
68 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()
89 value_list_frame *mpValueListFrame; variable