Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.c110 bool auto_parent = false; in lv_msgbox_create() local
112 auto_parent = true; in lv_msgbox_create()
127 if(auto_parent) lv_obj_add_flag(obj, LV_MSGBOX_FLAG_AUTO_PARENT); in lv_msgbox_create()