Lines Matching full:on

29 The most fundamental of all Widgets is the Base Widget, on which all other widgets
70 For complete details on position, size, coordinates and layouts, see :ref:`coord`.
163 …lv_obj_t * parent = lv_obj_create(lv_screen_active()); /* Create a parent Widget on current scree…
166 …lv_obj_t * obj1 = lv_obj_create(parent); /* Create a Widget on previously created p…
180 Visibility only on the parent
216 UIs can be created based on the current environment of the device. For
217 example one can create meters, charts, bars and sliders based on the
227 them on which Widget to create the new Widget.
241 :cpp:expr:`lv_obj_delete_async(widget)` which will perform the deletion on the next
299 :cpp:func:`lv_obj_set_size` cannot be used on screens.
335 Screen and its child Widgets will ever be shown on a display at one time.
405 on-screen display (OSD) menus where a video is played on a different hardware layer
406 of the display panel, and a menu is overlaid on a higher layer.
408 To properly render a UI on a transparent Screen the Display's color format needs to
506 - :cpp:enumerator:`LV_OBJ_FLAG_SNAPPABLE` If scroll snap is enabled on the parent it can snap to t…
515 - :cpp:enumerator:`LV_OBJ_FLAG_FLEX_IN_NEW_TRACK` Start a new flex track on this item
529 /* Hide on Widget */
555 - :cpp:enumerator:`LV_EVENT_CLICKED` Sent on release if not scrolled (regardless to l…
571 enabled and the Widget was clicked (on transition to/from the checked state)
614 more on encoder behaviors and the edit mode.