Home
last modified time | relevance | path

Searched refs:lv_checkbox_create (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c33 checkbox = lv_checkbox_create(active_screen); in test_checkbox_creation_successful()
41 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_call_event_handler_on_click_when_enabled()
58 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_have_default_text_when_created()
69 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_return_dynamically_allocated_text()
86 checkbox = lv_checkbox_create(active_screen); in test_checkbox_should_allocate_memory_for_static_text()
111 lv_obj_t * test_checkbox = lv_checkbox_create(active_screen); in test_checkbox_rtl()
/lvgl-latest/examples/widgets/checkbox/
Dlv_example_checkbox_1.c24 cb = lv_checkbox_create(lv_screen_active()); in lv_example_checkbox_1()
28 cb = lv_checkbox_create(lv_screen_active()); in lv_example_checkbox_1()
33 cb = lv_checkbox_create(lv_screen_active()); in lv_example_checkbox_1()
38 cb = lv_checkbox_create(lv_screen_active()); in lv_example_checkbox_1()
Dlv_example_checkbox_2.c29 lv_obj_t * obj = lv_checkbox_create(parent); in radiobutton_create()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.h36 lv_obj_t * lv_checkbox_create(lv_obj_t * parent);
Dlv_checkbox.c60 lv_obj_t * lv_checkbox_create(lv_obj_t * parent) in lv_checkbox_create() function
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_1.c59 lv_obj_t * cb = lv_checkbox_create(cont2); in lv_example_gridnav_1()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c383 obj = lv_checkbox_create(main_page); in obj_test_task_cb()
387 obj = lv_checkbox_create(main_page); in obj_test_task_cb()
390 obj = lv_checkbox_create(main_page); in obj_test_task_cb()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_7.c107 lv_obj_t * checkbox = lv_checkbox_create(scr); in lv_example_scroll_7()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c108 obj = lv_checkbox_create(parent); in selectors_create()
/lvgl-latest/docs/
DREADME_jp.rst263 cb = lv_checkbox_create(lv_screen_active());
267 cb = lv_checkbox_create(lv_screen_active());
272 cb = lv_checkbox_create(lv_screen_active());
277 cb = lv_checkbox_create(lv_screen_active());
DREADME_zh.rst296 cb = lv_checkbox_create(lv_screen_active());
300 cb = lv_checkbox_create(lv_screen_active());
305 cb = lv_checkbox_create(lv_screen_active());
310 cb = lv_checkbox_create(lv_screen_active());
DREADME_pt_BR.rst323 cb = lv_checkbox_create(lv_screen_active());
327 cb = lv_checkbox_create(lv_screen_active());
332 cb = lv_checkbox_create(lv_screen_active());
337 cb = lv_checkbox_create(lv_screen_active());
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1022 cb = lv_checkbox_create(notifications); in shop_create()
1025 cb = lv_checkbox_create(notifications); in shop_create()
1028 cb = lv_checkbox_create(notifications); in shop_create()
1032 cb = lv_checkbox_create(notifications); in shop_create()
1036 cb = lv_checkbox_create(notifications); in shop_create()
1040 cb = lv_checkbox_create(notifications); in shop_create()
/lvgl-latest/
DREADME.md206 cb = lv_checkbox_create(lv_screen_active());
210 cb = lv_checkbox_create(lv_screen_active());
215 cb = lv_checkbox_create(lv_screen_active());
220 cb = lv_checkbox_create(lv_screen_active());
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c124 lv_obj_t * cb = lv_checkbox_create(tab); in tab_flex_create()
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c169 lv_obj_t* lv_obj = lv_checkbox_create(lv_parent); in pika_lvgl_checkbox___init__()