Searched refs:dwStyleEx (Results 1 – 4 of 4) sorted by relevance
51 FX_DWORD dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCross; in UpdateWidgetProperty() local55 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCheck; in UpdateWidgetProperty()58 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()63 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeDiamond; in UpdateWidgetProperty()66 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeSquare; in UpdateWidgetProperty()69 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeStar; in UpdateWidgetProperty()74 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()79 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()82 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()
68 FX_DWORD dwStyleEx = 0; in UpdateWidgetProperty() local71 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()74 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()77 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HilitePush; in UpdateWidgetProperty()82 m_pNormalWidget->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()
109 FX_DWORD dwStyleEx = pWidget->GetStylesEx(); in DrawBoxBk() local110 dwStyleEx &= FWL_STYLEEXT_CKB_ShapeMask; in DrawBoxBk()117 if ((dwStyleEx == FWL_STYLEEXT_CKB_ShapeSolidSquare) || in DrawBoxBk()118 (dwStyleEx == FWL_STYLEEXT_CKB_ShapeSunkenSquare)) { in DrawBoxBk()
846 FX_DWORD dwStyleEx = m_pProperties->m_dwStyleExes; in On_TextChanged() local847 if (dwStyleEx & FWL_STYLEEXT_EDT_VAlignMask) { in On_TextChanged()1881 FX_DWORD dwStyleEx = m_pOwner->GetStylesEx(); in OnFocusChanged() local1882 FX_BOOL bRepaint = dwStyleEx & FWL_STYLEEXT_EDT_InnerCaret; in OnFocusChanged()1895 (dwStyleEx & FWL_STYLEEXT_EDT_NoHideSel) == 0) { in OnFocusChanged()