Searched refs:m_pMinButton (Results 1 – 2 of 2) sorted by relevance
317 m_pMinButton.Release(); in OnDestroy()377 if (m_pMinButton) { in RePosChildWnd()378 m_pMinButton->Move(rcMinButton, true, false); in RePosChildWnd()507 if (child == m_pMinButton) in NotifyLButtonDown()516 if (child == m_pMinButton) in NotifyLButtonUp()525 if (child == m_pMinButton) in NotifyMouseMove()540 if (!m_pMinButton) { in CreateButtons()543 m_pMinButton = pButton.get(); in CreateButtons()545 m_pMinButton->Realize(); in CreateButtons()616 ASSERT(m_pMinButton); in MovePosButton()[all …]
176 UnownedPtr<CPWL_SBButton> m_pMinButton; variable