Home
last modified time | relevance | path

Searched refs:buttons (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/docs/details/widgets/
Dbuttonmatrix.rst12 Buttons in rows and columns --- lightweight because the buttons are not
20 the buttons with encoder and keyboard navigation as well.
30 sets the space between the buttons.
31 - :cpp:enumerator:`LV_PART_ITEMS` The buttons all use the text and typical background
45 The number of buttons, their positions and text are controlled by a descriptor string
53 ``{"button1", "button2", "\n", "button3", ""}``. Each line's buttons have their
55 have 2 buttons each with 50% width and a second row with 1 button having
59 The number of buttons neither includes the newline elements nor the terminating
65 The buttons' width can be set in proportion to the width of other buttons in the same
67 line with two buttons: *buttonA, width = 1* and *buttonB, width = 2*, *buttonA*
[all …]
Dtabview.rst15 - Tab buttons: an :ref:`base_widget` with :ref:`lv_button`
19 The tab buttons can be positioned on the top, bottom, left and right
90 tab buttons (a :ref:`base_widget`)
116 Keys have effect only on the tab buttons.
117 Programmatically add these buttons to a group if required.
Dmsgbox.rst13 a title, a close button, and other buttons), and an optional footer
14 with buttons.
53 Adding buttons
55 If you want to add an [OK] or [Cancel] or other buttons for the
62 Footer buttons so added are evenly spaced and centered.
Dcalendar.rst37 control flags are set to differentiate the buttons and a custom drawer event is
38 added to modify the properties of the buttons as follows:
137 - ``LV_KEY_RIGHT/UP/LEFT/RIGHT`` To navigate among the buttons to dates
154 Arrow buttons
Dwin.rst12 buttons and a content area.
59 Title and buttons
73 Because of this, any buttons added after the last Label added will be "stacked"
Dkeyboard.rst25 - :cpp:enumerator:`LV_PART_ITEMS` The buttons. Also uses the :ref:`typical background
134 - ``LV_KEY_RIGHT/UP/LEFT/RIGHT`` To navigate among the buttons,
Dmenu.rst118 on the buttons so you can add events to the Menu itself.
/lvgl-latest/docs/_ext/
Dlv_example.py39 def embed_code(self, example_file, example_path, language, buttons={}): argument
55 for text, url in buttons.items():
74 c_code = self.embed_code(c_path, example_path, 'c', buttons={
81 py_code = self.embed_code(py_path, example_path, 'py', buttons={
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c131 …lv_obj_t * buttons = lv_demo_high_res_simple_container_create(slides_cont, false, c->sz->gap[2], L… in lv_demo_high_res_app_about() local
132 lv_obj_t * left = create_button(buttons, c->imgs[IMG_PAGER_LEFT], c); in lv_demo_high_res_app_about()
135 lv_obj_t * play_pause = create_button(buttons, c->imgs[IMG_PAGER_PAUSE], c); in lv_demo_high_res_app_about()
138 lv_obj_t * right = create_button(buttons, c->imgs[IMG_PAGER_RIGHT], c); in lv_demo_high_res_app_about()
141 lv_obj_add_event_cb(slide_deck_cont, slide_deck_scrolled_cb, LV_EVENT_SCROLL, buttons); in lv_demo_high_res_app_about()
181 lv_obj_t * buttons = lv_event_get_user_data(e); in slide_deck_scrolled_cb() local
182 lv_obj_t * left_button = lv_obj_get_child(buttons, 0); in slide_deck_scrolled_cb()
183 lv_obj_t * right_button = lv_obj_get_child(buttons, 2); in slide_deck_scrolled_cb()
/lvgl-latest/examples/widgets/checkbox/
Dindex.rst8 Checkboxes as radio buttons
/lvgl-latest/examples/widgets/list/
Dindex.rst9 Sorting a List using up and down buttons
/lvgl-latest/examples/widgets/button/
Dindex.rst9 Styling buttons
/lvgl-latest/examples/widgets/buttonmatrix/
Dindex.rst9 Custom buttons
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c64 lv_obj_t * buttons = lv_tabview_get_tab_bar(tv); in view_ctrl_pad_create() local
65 lv_obj_set_style_outline_width(buttons, 0, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in view_ctrl_pad_create()
66 lv_obj_set_style_outline_width(buttons, 0, LV_STATE_FOCUS_KEY); in view_ctrl_pad_create()
67 lv_obj_set_style_bg_color(buttons, lv_color_white(), LV_PART_ITEMS | LV_STATE_CHECKED); in view_ctrl_pad_create()
68 lv_obj_set_height(buttons, 40); in view_ctrl_pad_create()
/lvgl-latest/examples/get_started/
Dindex.rst14 Create styles from scratch for buttons
/lvgl-latest/demos/keypad_encoder/
DREADME.md6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs …
/lvgl-latest/src/drivers/qnx/
Dlv_qnx.c40 int buttons; member
418 if((dsc->buttons & SCREEN_LEFT_MOUSE_BUTTON) != 0) { in get_pointer()
441 &ptr_dsc->buttons) in handle_pointer_event()
/lvgl-latest/docs/details/base-widget/
Dlayer.rst39 /* Create 2 buttons */
46 /* Add labels to the buttons */
Dcoord.rst401 Let's say the there are 3 buttons next to each other. Their position is
428 is hard-coded. If the buttons are not at y=100, ``style_pressed`` won't
/lvgl-latest/docs/details/main-components/
Dindev.rst30 - :cpp:enumerator:`LV_INDEV_TYPE_BUTTON`: external buttons virtually pressing the screen
229 Full keyboards with all the letters or simple keypads with a few navigation buttons
420 to navigate(focus) and edit widgets using buttons. This is especially
421 handy if you have only few buttons available, or you want to use other
422 buttons in addition to an encoder wheel.
424 You need to have 3 buttons available:
/lvgl-latest/docs/details/other-components/
Dime_pinyin.rst112 The Keyboard's ``TEXT``-mode layout contains buttons to change mode.
Dfile_explorer.rst139 to set the path that will be navigated to when the buttons in the ``Quick-Access Panel``
/lvgl-latest/demos/
DREADME.md138 … keypad and/or encoder without a touchpad. This demo shows how to handle buttons, drop-down lists,…
/lvgl-latest/docs/intro/
Dintroduction.rst15 - Powerful building blocks such as :ref:`buttons, charts, lists, sliders, images <widgets>`, etc.
293 …LV_MEM_SIZE` in *lv_conf.h*. This memory is used when you create Widgets like buttons, labels, etc.
/lvgl-latest/docs/
DROADMAP.rst80 - |check| `lv_tabview` Replace button matrix with real buttons for more flexibility

12