Lines Matching full:line
4 Line (lv_line)
10 The Line Widget is capable of drawing straight lines between a set of
19 and line style properties.
29 A Line's points have to be stored in an :cpp:struct:`lv_point_precise_t` array and passed to
34 (e.g. ``{5, 10}``), or as a percentage of the Line's bounding box using
35 :cpp:expr:`lv_pct(x)`. In the latter case, the Line's width/height may need to
42 By default, the Line's width and height are set to :c:macro:`LV_SIZE_CONTENT`.
44 the size is set explicitly, parts on the Line may not be visible.
51 with :cpp:expr:`lv_line_set_y_invert(line, true)`. In this case, *y == 0* will
61 Only :ref:`generic events <events>` are sent by Line Widgets.
76 No *Keys* are processed by Line Widgets.
89 .. include:: ../../examples/widgets/line/index.rst