Lines Matching refs:is
11 The Window Widget is built from a header (like a title bar) with title and
21 The Window is built from other Widgets so you can check their
41 :cpp:expr:`lv_win_create(parent)` creates a Window that is initially
44 - Background (a :ref:`base_widget`, the main window container), is set up to be a
48 - Header (like a title bar) is initially empty, and is a Flex-Flow container set up
54 parent) the remainder of the available Background area below the Header. It is
69 at the end of the text. It is set to be FLEX GROW 1, so if it is the only Label
71 If more than one label is added, each label will share that space equally unless
72 its FLEX GROW value is altered. See :ref:`flex` for details about how this works.
78 ``icon`` is not NULL, an image is created, centered on the button, using ``icon``
80 to use is one of the ``LV_SYMBOL_...`` macros, such as :c:macro:`LV_SYMBOL_CLOSE`