Lines Matching full:properties
9 style is an :cpp:type:`lv_style_t` variable which can hold properties like
18 each style can have different properties. Therefore, not all properties
26 - Some properties (e.g. text color) can be inherited from a parent(s) if it's not specified in a Wi…
79 2. When the Widget is pressed there are 2 related properties: default
106 - Use ORed states to describe the properties for complex cases (e.g.
122 It's not required to set all the properties in one style. It's possible
153 Some properties (typically those related to text) can be inherited from
195 Initialize Styles and Set/Get Properties
202 :cpp:expr:`lv_style_init(&my_style)`. After initializing a style, properties can
241 - :cpp:member:`num`: for integer, boolean and opacity properties
242 - :cpp:member:`color`: for color properties
243 - :cpp:member:`ptr`: for pointer properties
264 new properties cannot be added.
338 1. If you know that the changed properties can be applied by a simple redraw
341 2. If more complex style properties were changed or added, and you know which
343 …To refresh all parts and properties use :cpp:expr:`lv_obj_refresh_style(widget, LV_PART_ANY, LV_ST…
395 Style Properties Overview
398 For the full list of style properties click :ref:`here <style_properties>`.
403 Typical background properties
407 _____ Widget uses the typical background style properties". These "typical
408 background properties" are the properties being referred to:
428 properties from the new state are set immediately. However, with
439 - the properties to animate
441 The transition properties can be defined for each state. For example,
473 ``transform_zoom`` properties are set to a non-default value LVGL
476 transformation properties.
478 These properties have this effect only on the ``MAIN`` part of the
484 configured by the following properties in ``lv_conf.h``:
489 If transformation properties were also used the layer cannot be