Lines Matching refs:Style
46 /** Style when released */
47 Style released;
48 /** Style when pressed */
49 Style pressed;
50 /** Style when inactive */
51 Style inactive;
85 Style& GetMainStyle()
109 Style& GetLabelStyle()
119 Style& GetEditTextStyle()
131 Style& GetPickerBackgroundStyle()
143 Style& GetPickerHighlightStyle()
155 Style& GetProgressBackgroundStyle()
167 Style& GetProgressForegroundStyle()
179 Style& GetSliderKnobStyle()
185 Style basicStyle_;
187 Style labelStyle_;
188 Style editTextStyle_;
189 Style pickerBackgroundStyle_;
190 Style pickerHighlightStyle_;
191 Style progressBackgroundStyle_;
192 Style progressForegroundStyle_;
193 Style sliderKnobStyle_;