Searched refs:pButton (Results 1 – 2 of 2) sorted by relevance
64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
488 CFWL_ScrollBar* pButton = static_cast<CFWL_ScrollBar*>(m_pWidget.Get()); in Run() local489 if (pButton->m_pTimerInfo) in Run()490 pButton->m_pTimerInfo->StopTimer(); in Run()492 if (!pButton->SendEvent()) in Run()493 pButton->m_pTimerInfo = StartTimer(0, true); in Run()