Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/msgbox/
Dlv_msgbox.c65 bool auto_parent = false; in lv_msgbox_create() local
67 auto_parent = true; in lv_msgbox_create()
81 if(auto_parent) lv_obj_add_flag(obj, LV_MSGBOX_FLAG_AUTO_PARENT); in lv_msgbox_create()