Home
last modified time | relevance | path

Searched refs:m_hover (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dcolor_box_button.cpp16 m_hover = FALSE; in BEGIN_MESSAGE_MAP()
83 else if ((state & BST_FOCUS) || m_hover) in OnPaint()
128 m_hover = FALSE; in OnMouseLeave()
137 if (!m_hover) in OnMouseMove()
139 m_hover = TRUE; in OnMouseMove()
Dcolor_box_button.h19 BOOL m_hover; variable