Searched refs:style_knob_on (Results 1 – 2 of 2) sorted by relevance
75 ext->style_knob_on = ext->slider.style_knob; in lv_sw_create()102 ext->style_knob_on = copy_ext->style_knob_on; in lv_sw_create()108 lv_slider_set_style(new_sw, LV_SLIDER_STYLE_KNOB, ext->style_knob_on); in lv_sw_create()137 lv_slider_set_style(sw, LV_SLIDER_STYLE_KNOB, ext->style_knob_on); in lv_sw_on()194 ext->style_knob_on = style; in lv_sw_set_style()230 case LV_SW_STYLE_KNOB_ON: style = ext->style_knob_on; break; in lv_sw_get_style()323 lv_slider_set_style(sw, LV_SLIDER_STYLE_KNOB, ext->style_knob_on); in lv_sw_signal()
46 …const lv_style_t * style_knob_on; /**< Style of the knob when the switch is ON (NULL to use the s… member
Completed in 3 milliseconds