Which widgets in "squareline" corresponds to the "lv_obj" widgets in lvgl?

What do you want to achieve?

Which widgets in “squareline” corresponds to the “lv_obj” widgets in lvgl?

Screen (inherently), container and panel (explicitly) are directly based on ‘object’ base-class of LVGL. The rest of the widgets have their specific classes that inherit a lot of properties from the base ‘object’ class.