Lines Matching refs:m_iBtnState
38 m_iBtnState(CFWL_PartState_Normal) { in CFWL_ComboBox()
174 theme_text.m_dwStates = m_iBtnState; in DrawWidget()
193 : m_iBtnState; in DrawWidget()
630 param.m_dwStates = m_iBtnState; in DisForm_DrawWidget()
801 m_iBtnState = CFWL_PartState_Pressed; in OnLButtonDown()
805 m_iBtnState = CFWL_PartState_Normal; in OnLButtonDown()
812 m_iBtnState = CFWL_PartState_Hovered; in OnLButtonUp()
814 m_iBtnState = CFWL_PartState_Normal; in OnLButtonUp()
820 int32_t iOldState = m_iBtnState; in OnMouseMove()
822 m_iBtnState = in OnMouseMove()
825 m_iBtnState = CFWL_PartState_Normal; in OnMouseMove()
827 if ((iOldState != m_iBtnState) && in OnMouseMove()
838 m_iBtnState = CFWL_PartState_Normal; in OnMouseLeave()