Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/docs/details/widgets/
Dscale.rst135 The length of the ticks can be configured with the length Style property on the
137 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 Style
162 overlap), the Style's properties belonging to the most recently added Section takes
175 yet: it needs both a range inside the Scale's range and at least one :ref:`Style
192 You set a Section's Style properties by creating a :cpp:type:`lv_style_t` object
219 to get that one Style object to apply to both major and minor ticks.
234 Useful Style Properties for Sections
237 The Style properties that are used during Scale drawing (and are thus useful) are:
Droller.rst26 - Style ``text_line_space`` adjusts the space between list items.
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst23 - `Style <#style>`__
97 Style section in JavaScript
/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h564 Style, enumerator
DtvgSvgLoader.cpp3353 loader->openedTag = OpenedTagType::Style; in _svgLoaderParserXmlOpen()
3467 …if (loader->openedTag == OpenedTagType::Style) _svgLoaderParserXmlCssStyle(loader, content, length… in _svgLoaderParser()
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst152 Style Interface
Dflex.rst146 Style Interface
/lvgl-latest/docs/
DROADMAP.rst177 - Style components. (see `this comment <https://github.com/lvgl/lvgl/issues/2790#issuecomment-96510…
DCODING_STYLE.rst4 Coding Style
/lvgl-latest/docs/details/other-components/
Dxml.rst35 - Style sheets and :ref:`local styles <style_local>` that can be assigned to parts
Dobj_property.rst204 uint32_t selector; /**< Style selector, lv_part_t | lv_state_t */
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst198 Styles are stored in :cpp:type:`lv_style_t` variables. Style variables should be
395 Style Properties Overview
Dstyle-properties.rst4 Style Properties
/lvgl-latest/docs/details/base-widget/
Dcoord.rst376 - Style transitions can be used to make the coordinate changes smooth.
Dobj.rst445 :ref:`Style overview <styles>` section.
/lvgl-latest/
DREADME.md54 …- Flexible [Style system](https://docs.lvgl.io/master/details/base-widget/styles/style.html) with …