Searched refs:dwStyleEx (Results 1 – 2 of 2) sorted by relevance
62 uint32_t dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCross; in UpdateWidgetProperty() local65 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCheck; in UpdateWidgetProperty()68 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()73 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeDiamond; in UpdateWidgetProperty()76 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeSquare; in UpdateWidgetProperty()79 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeStar; in UpdateWidgetProperty()83 dwStyleEx = FWL_STYLEEXT_CKB_SignShapeCircle; in UpdateWidgetProperty()87 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()90 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()
74 uint32_t dwStyleEx = 0; in UpdateWidgetProperty() local77 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()80 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()83 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HilitePush; in UpdateWidgetProperty()88 GetNormalWidget()->ModifyStylesEx(dwStyleEx, 0xFFFFFFFF); in UpdateWidgetProperty()