mwerezak / DearPyGui-Obj

An object-oriented wrapper around DearPyGui
MIT License
45 stars 3 forks source link

Add ContainerWidget class #26

Closed mwerezak closed 3 years ago

mwerezak commented 3 years ago

This will explicitly mark which widgets support contextmanager syntax (i.e. with widget: blocks), and promote code reuse between container classes. And will help de-kitchensink-ify the Widget base class.

mwerezak commented 3 years ago

Done!