lv_obj_bind_flag_if_eq() function
Set an object flag if an integer subject's value is equal to a reference value, clear the flag otherwise
Arguments
subject
pointer to a subject
flag
flag to set or clear (e.g. `LV_OBJ_FLAG_HIDDEN`)
ref_value
reference value to compare the subject's value with
Return value
pointer to the created observer