Searched refs:Style (Results 1 – 16 of 16) sorted by relevance
135 The length of the ticks can be configured with the length Style property on the137 for minor ticks. Example with local Style:155 different Style properties to draw them (colors, line thicknesses, font, etc.).157 A Section represents a sub-range of the Scale, whose Styles (like Cascading Style162 overlap), the Style's properties belonging to the most recently added Section takes175 yet: it needs both a range inside the Scale's range and at least one :ref:`Style192 You set a Section's Style properties by creating a :cpp:type:`lv_style_t` object219 to get that one Style object to apply to both major and minor ticks.234 Useful Style Properties for Sections237 The Style properties that are used during Scale drawing (and are thus useful) are:
26 - Style ``text_line_space`` adjusts the space between list items.
23 - `Style <#style>`__97 Style section in JavaScript
564 Style, enumerator
3353 loader->openedTag = OpenedTagType::Style; in _svgLoaderParserXmlOpen()3467 …if (loader->openedTag == OpenedTagType::Style) _svgLoaderParserXmlCssStyle(loader, content, length… in _svgLoaderParser()
152 Style Interface
146 Style Interface
177 - Style components. (see `this comment <https://github.com/lvgl/lvgl/issues/2790#issuecomment-96510…
4 Coding Style
35 - Style sheets and :ref:`local styles <style_local>` that can be assigned to parts
204 uint32_t selector; /**< Style selector, lv_part_t | lv_state_t */
198 Styles are stored in :cpp:type:`lv_style_t` variables. Style variables should be395 Style Properties Overview
4 Style Properties
376 - Style transitions can be used to make the coordinate changes smooth.
445 :ref:`Style overview <styles>` section.
54 …- Flexible [Style system](https://docs.lvgl.io/master/details/base-widget/styles/style.html) with …