Searched refs:m_sbType (Results 1 – 2 of 2) sorted by relevance
569 : m_sbType(sbType), in CPWL_ScrollBar()592 switch (m_sbType) { in RePosChildWnd()705 switch (m_sbType) { in OnLButtonDown()818 switch (m_sbType) { in OnNotify()841 m_pMinButton = new CPWL_SBButton(m_sbType, PSBT_MIN); in CreateButtons()846 m_pMaxButton = new CPWL_SBButton(m_sbType, PSBT_MAX); in CreateButtons()851 m_pPosButton = new CPWL_SBButton(m_sbType, PSBT_POS); in CreateButtons()907 switch (m_sbType) { in MovePosButton()980 switch (m_sbType) { in OnPosButtonLBDown()1006 switch (m_sbType) { in OnPosButtonMouseMove()[all …]
114 PWL_SCROLLBAR_TYPE GetScrollBarType() const { return m_sbType; } in GetScrollBarType()144 PWL_SCROLLBAR_TYPE m_sbType; variable