Lines Matching refs:a
39 Create a Menu
42 :cpp:expr:`lv_menu_create(parent)` creates a new empty Menu.
66 Create a Menu Page
69 :cpp:expr:`lv_menu_page_create(menu, title)` creates a new empty Menu Page. You
72 Set a Menu Page in the main area
75 Once a Menu Page has been created, you can set it to the main area with
79 Set a Menu Page in the sidebar
82 Once a Menu Page has been created, you can set it to the sidebar with
88 If you have, for instance, created a button obj in the main Page. When you
89 click the button Widget, you want it to open up a new Page, use
92 Create a Menu container, section, separator
98 - :cpp:expr:`lv_menu_cont_create(parent_page)` creates a new empty container.
99 - :cpp:expr:`lv_menu_section_create(parent_page)` creates a new empty section.
100 - :cpp:expr:`lv_menu_separator_create(parent_page)` creates a separator.
109 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a Page is shown.
111 - :cpp:expr:`lv_menu_get_cur_main_page(menu)` returns a pointer to Menu Page
113 - :cpp:expr:`lv_menu_get_cur_sidebar_page(menu)` returns a pointer to Menu
116 - :cpp:enumerator:`LV_EVENT_CLICKED` Sent when a back button in a header from either