Searched refs:m_pVertScroll (Results 1 – 2 of 2) sorted by relevance
166 ,m_pVertScroll( NULL ) in DBG_NAME()216 ,m_pVertScroll( NULL ) in OFieldDescControl()237 m_pVertScroll = new ScrollBar(this, WB_VSCROLL | WB_REPEAT | WB_DRAG); in Contruct()239 m_pVertScroll->SetScrollHdl(LINK(this, OFieldDescControl, OnScroll)); in Contruct()241 m_pVertScroll->Show(); in Contruct()244 m_pVertScroll->EnableClipSiblings(); in Contruct()247 m_pVertScroll->SetLineSize(1); in Contruct()248 m_pVertScroll->SetPageSize(1); in Contruct()261 ::std::auto_ptr<Window> aTemp(m_pVertScroll); in ~OFieldDescControl()262 m_pVertScroll = NULL; in ~OFieldDescControl()[all …]
119 ScrollBar* m_pVertScroll; member in dbaui::OFieldDescControl