Lines Matching full:or
20 style defines it or use a default value if it's not specified by any of the
42 - :cpp:enumerator:`LV_STATE_CHECKED`: (0x0001) Toggled or checked state
43 - :cpp:enumerator:`LV_STATE_FOCUSED`: (0x0002) Focused via keypad or encoder or clicked via touchpa…
44 - :cpp:enumerator:`LV_STATE_FOCUS_KEY`: (0x0004) Focused via keypad or encoder but not via touchpad…
58 A style can be added to any state or state combination. For example,
124 or extend appearance. For example, create a general gray button style
175 - :cpp:enumerator:`LV_PART_INDICATOR`: Indicator, e.g. for slider, bar, switch, or the tick box of …
177 - :cpp:enumerator:`LV_PART_SELECTED`: Indicate the currently selected option or section
179 - :cpp:enumerator:`LV_PART_CURSOR`: Mark a specific place e.g. Text Area's or chart's cursor
199 ``static``, global or dynamically allocated. In other words they cannot
203 be added or changed.
281 OR-ed value of parts and state to which the style should be added. Some
329 any state or part.
335 property is added or changed), the Widgets using that style should be
339 (e.g. color or opacity changes) just call :cpp:expr:`lv_obj_invalidate(widget)`
340 or :cpp:expr:`lv_obj_invalidate(lv_screen_active())`.
341 2. If more complex style properties were changed or added, and you know which
438 - the animation path (also known as the timing or easing function)
454 /* Only its pointer is saved so must static, global or dynamically allocated */
472 If the ``opa``, ``blend_mode``, ``transform_angle``, or
481 The created snapshot is called "intermediate layer" or simply "layer".
482 If only ``opa`` and/or ``blend_mode`` is set to a non-default value LVGL