Lines Matching refs:Screen
13 Examples of Widgets: :ref:`Base Widget (and Screen) <base_widget>`,
134 To get a Widget's Screen (highest-level parent) use :cpp:expr:`lv_obj_get_screen(widget)`.
295 - are automatically attached to the :ref:`default_display` current when the Screen
308 Screen Widgets (root of a Widget Tree)
330 Active Screen
334 Screen is referred to as the Display's "Active Screen". For this reason, only one
335 Screen and its child Widgets will ever be shown on a display at one time.
338 set as its "Active Screen".
340 To get a pointer to the "Active Screen", call :cpp:func:`lv_screen_active`.
342 To set a Screen to be the "Active Screen", call :cpp:func:`lv_screen_load` or
352 the Active Screen. argument
354 Load Screen with Animation
384 2. Active Screen
390 Screen. See :ref:`screen_layers` for more information.
398 Usually, the opacity of the Screen is :cpp:enumerator:`LV_OPA_COVER` to provide a
404 This configuration (transparent Screen) could be useful to create, for example,
408 To properly render a UI on a transparent Screen the Display's color format needs to