Searched refs:dwExtendedStyle (Results 1 – 2 of 2) sorted by relevance
51 FX_DWORD dwExtendedStyle = FWL_STYLEEXT_EDT_ShowScrollbarFocus | in UpdateWidgetProperty() local54 dwExtendedStyle |= UpdateUIProperty(); in UpdateWidgetProperty()56 dwExtendedStyle |= FWL_STYLEEXT_EDT_MultiLine | FWL_STYLEEXT_EDT_WantReturn; in UpdateWidgetProperty()59 dwExtendedStyle |= FWL_STYLEEXT_EDT_AutoVScroll; in UpdateWidgetProperty()62 dwExtendedStyle |= FWL_STYLEEXT_EDT_AutoHScroll; in UpdateWidgetProperty()66 dwExtendedStyle |= FWL_STYLEEXT_EDT_ReadOnly; in UpdateWidgetProperty()67 dwExtendedStyle |= FWL_STYLEEXT_EDT_MultiLine; in UpdateWidgetProperty()76 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()79 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()84 dwExtendedStyle |= GetAlignment(); in UpdateWidgetProperty()[all …]
44 FX_DWORD dwExtendedStyle = FWL_STYLEEXT_LTB_ShowScrollBarFocus; in LoadWidget() local46 dwExtendedStyle |= FWL_STYLEEXT_LTB_MultiSelection; in LoadWidget()48 dwExtendedStyle |= GetAlignment(); in LoadWidget()49 m_pNormalWidget->ModifyStylesEx(dwExtendedStyle, 0xFFFFFFFF); in LoadWidget()100 FX_DWORD dwExtendedStyle = 0; in GetAlignment() local105 dwExtendedStyle |= FWL_STYLEEXT_LTB_CenterAlign; in GetAlignment()114 dwExtendedStyle |= FWL_STYLEEXT_LTB_RightAlign; in GetAlignment()117 dwExtendedStyle |= FWL_STYLEEXT_LTB_LeftAlign; in GetAlignment()121 return dwExtendedStyle; in GetAlignment()269 FX_DWORD dwExtendedStyle = 0; in UpdateWidgetProperty() local[all …]