Searched refs:page (Results 1 – 19 of 19) sorted by relevance
/lvgl-latest/src/widgets/menu/ |
D | lv_menu.c | 135 lv_menu_page_t * page = (lv_menu_page_t *)obj; in lv_menu_page_create() local 137 page->title = NULL; in lv_menu_page_create() 138 page->static_title = false; in lv_menu_page_create() 184 lv_obj_t * page = NULL; in lv_menu_refr() local 187 page = act_hist->page; in lv_menu_refr() 195 lv_menu_set_page(obj, page); in lv_menu_refr() 202 void lv_menu_set_page(lv_obj_t * obj, lv_obj_t * page) in lv_menu_set_page() argument 213 if(page != NULL) { in lv_menu_set_page() 218 new_node->page = page; in lv_menu_set_page() 222 lv_obj_set_parent(page, menu->main); in lv_menu_set_page() [all …]
|
D | lv_menu.h | 98 void lv_menu_set_page(lv_obj_t * obj, lv_obj_t * page); 105 void lv_menu_set_page_title(lv_obj_t * page, char const * const title); 113 void lv_menu_set_page_title_static(lv_obj_t * page, char const * const title); 120 void lv_menu_set_sidebar_page(lv_obj_t * obj, lv_obj_t * page); 142 void lv_menu_set_load_page_event(lv_obj_t * menu, lv_obj_t * obj, lv_obj_t * page);
|
D | lv_menu_private.h | 32 lv_obj_t * page; member 36 lv_obj_t * page; member
|
/lvgl-latest/docs/intro/ |
D | index.rst | 1 .. _intro-page:
|
D | basics.rst | 435 1. If not already read, start with :ref:`introduction` page of
|
/lvgl-latest/examples/widgets/menu/ |
D | index.rst | 20 Simple Menu with floating btn to add new menu page
|
/lvgl-latest/docs/details/widgets/ |
D | menu.rst | 76 :cpp:expr:`lv_menu_set_page(menu, page)`. ``NULL`` to clear main and clear Menu 83 :cpp:expr:`lv_menu_set_sidebar_page(menu, page)`. ``NULL`` to clear sidebar. 90 :cpp:expr:`lv_menu_set_load_page_event(menu, btn, new page)`.
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 75 lv_obj_t * page = lv_obj_create(cont); in lv_tabview_add_tab() local 76 lv_obj_set_size(page, lv_pct(100), lv_pct(100)); in lv_tabview_add_tab() 97 return page; in lv_tabview_add_tab()
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 29 …urther integration with Renesas' ecosystem is described in detail on :ref:`page Renesas <renesas>`.
|
/lvgl-latest/docs/ |
D | Doxyfile | 44 # for a project that appears at the top of each page and should give viewer a 219 # page for each member. If set to NO, the documentation of a member will be part 383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 537 # append additional text to a page's title, such as Class Reference. If set to 671 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 679 # page. This will remove the Namespaces entry from the Quick Index and from the 943 # is part of the input, its contents will be placed on the main page 945 # and want to reuse the introduction page also for the doxygen output. 1098 # generated HTML page (for example: .htm, .php, .asp). [all …]
|
D | CONTRIBUTING.rst | 69 4. Add a commit message on the bottom of the page. 84 5. Create a PR on GitHub from the page of your ``lvgl`` repository (``https://github.com/<YOUR_NAME…
|
D | README_jp.rst | 619 page <https://lvgl-io.translate.goog/services?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja>`__
|
D | CHANGELOG.rst | 392 - **docs(simulator): update simulator page and mention lv_port_linux** `6205 <https://github.com/lv… 400 - **docs(renesas): add a general introduction page** `5969 <https://github.com/lvgl/lvgl/pull/5969>…
|
/lvgl-latest/ |
D | README.md | 423 …2. Read the [Introduction](https://docs.lvgl.io/master/intro/index.html) page of the documentation… 424 …he basics on the [Quick overview](https://docs.lvgl.io/master/intro/basics.html) page (15 minutes). 434 …mponents](https://docs.lvgl.io/master/details/main-components/index.html) page to get a better und… 452 …l.io/demos) as reference. For more information take look at the [Services page](https://lvgl.io/se…
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 120 Run the UI scenario that you want to measure, such as scrolling a scrollable page up and down or en…
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 34 More info can be found at the :ref:`driver's page<renesas_glcdc>`.
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 226 Widget will be scrolled into view even if it is on a different page of a
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 57 static void list_press_handler(lv_obj_t * page);
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 234 in an application or web page.
|