Searched refs:FWL_PARTSTATE_DTP_Pressed (Results 1 – 2 of 2) sorted by relevance
56 case FWL_PARTSTATE_DTP_Pressed: { in DrawDropDownButton()72 FX_BOOL bPressed = ((pParams->m_dwStates & FWL_PARTSTATE_DTP_Pressed) == in DrawDropDownButton()73 FWL_PARTSTATE_DTP_Pressed); in DrawDropDownButton()96 case FWL_PARTSTATE_DTP_Pressed: { in DrawDropDownButton()
37 #define FWL_PARTSTATE_DTP_Pressed (2L << 0) macro