Home
last modified time | relevance | path

Searched refs:btn3 (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/examples/widgets/win/
Dlv_example_win_1.py14 btn3 = win.add_btn(lv.SYMBOL.CLOSE, 60) variable
15 btn3.add_event_cb(event_handler, lv.EVENT.ALL, None)
/lvgl-3.7.0/docs/widgets/core/
Dbtnmatrix.md18 The declaration of a map should look like `const char * map[] = {"btn1", "btn2", "btn3", NULL}`.
21 Use `"\n"` in the map to insert a **line break**. E.g. `{"btn1", "btn2", "\n", "btn3", ""}`. Each l…
/lvgl-3.7.0/docs/overview/
Dcoords.md230 lv_obj_add_style(btn3, &style_normal, LV_STATE_DEFAULT);
231 lv_obj_add_style(btn3, &style_pressed, LV_STATE_PRESSED);
250 lv_obj_add_style(btn3, &style_normal, LV_STATE_DEFAULT);
251 lv_obj_add_style(btn3, &style_pressed, LV_STATE_PRESSED);