mwerezak / DearPyGui-Obj

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

Implement Layout Widgets #4

Closed mwerezak closed 3 years ago

mwerezak commented 3 years ago

Basic Layout

Container

Indent

Simple Columns

Managed Columns

mwerezak commented 3 years ago

Won't be supporting simple columns. Managed columns + groups can do everything simple columns can do AFAICT.

mwerezak commented 3 years ago

~Managed column widths has an underlying issue in DPG hoffstadt/DearPyGui#649 that causes LayoutColumns.get_column_widths() and LayoutColumns.widths to not behave as expected. ~

mwerezak commented 3 years ago

Going to let that issue be fixed in DPG instead of trying to work around it here so this item is complete.