Lines Matching full:with

33 The functions and functionalities of the Base Widget can be used with
37 rectangle, it has a large number of features shared with all Widgets, detailed
61 You can set/get these attributes with ``lv_obj_set_...`` and
105 You can move the Widget to a new parent with :cpp:expr:`lv_obj_set_parent(widget, new_parent)`.
121 /* Do something with child. */
127 You can bring a Widget to the foreground or send it to the background with
132 You can swap the position of two Widgets with :cpp:expr:`lv_obj_swap(widget1, widget2)`.
156 If the position of a parent changes, the children will move along with
175 lv_obj_set_pos(parent, 50, 50); /* Move the parent. The child will move with it. */
192 This behavior can be overwritten with
220 Every widget has its own **create** function with a prototype like this:
229 The return value is a pointer to the created Widget with :cpp:type:`lv_obj_t` ``*``
285 Not to be confused with a :ref:`display`, Screens are simply any Widget created
301 Each :ref:`display` object can have multiple screens associated with it, but not vice
324 Screens can be deleted with :cpp:expr:`lv_obj_delete(scr)`, but be sure you do not
333 with it, only one of those Screens is considered "Active" at any given time. That
337 When each :ref:`display` object was created, a default screen was created with it and
354 Load Screen with Animation
357 A new screen can be loaded with animation by using
409 be set to one with an alpha channel (for example LV_COLOR_FORMAT_ARGB8888).
417 - Set a color format with alpha channel. E.g.
471 interacts with a Widget (presses, releases, focuses, etc.). However,
498 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_ELASTIC` Allow scrolling inside but with slower speed
505 - :cpp:enumerator:`LV_OBJ_FLAG_SCROLL_WITH_ARROW` Allow scrolling the focused Widget with arrow ke…
561 - :cpp:enumerator:`LV_EVENT_GESTURE` A gesture is detected. Get gesture with `lv_inde…
562 - :cpp:enumerator:`LV_EVENT_KEY` A key is sent to Widget. Get key with `lv_indev_…
612 :cpp:enumerator:`LV_KEY_RIGHT` will scroll up/down instead, making it compatible with
629 A snapshot image can be generated for a Widget together with its