Lines Matching full:set
7 Styles are used to set the appearance of Widgets. Styles in LVGL are
62 :cpp:enumerator:`LV_STATE_DEFAULT` is used.˛ If the property is not set even for the
89 5. It's possible to set e.g. rose color for :cpp:expr:`LV_STATE_PRESSED | LV_STATE_FOCUSED`.
92 6. When the Widget is in the checked state there is no property to set
103 - If you want to set a property for all states (e.g. red background color)
104 just set it for the default state. If the Widget can't find a property
122 It's not required to set all the properties in one style. It's possible
126 is set.
131 Styles added later have precedence over ones set earlier. So in the
155 property is not set in the Widget's styles (even in default state). In
195 Initialize Styles and Set/Get Properties
205 Property set functions looks like this:
384 To set a local property use functions like
428 properties from the new state are set immediately. However, with
434 possible to set
473 ``transform_zoom`` properties are set to a non-default value LVGL
475 blend the whole widget with the set opacity, blend mode and
482 If only ``opa`` and/or ``blend_mode`` is set to a non-default value LVGL
526 To set a theme for a display, two steps are required:
532 example shows how to set the "default" theme: