Interface | Description |
---|---|
LayoutManager |
A LayoutManager provides automatic positioning and sizing of a TWidget's
child TWidgets.
|
Class | Description |
---|---|
BoxLayoutManager |
BoxLayoutManager repositions child widgets based on the order they are
added to the parent widget and desired orientation.
|
StretchLayoutManager |
StretchLayoutManager repositions child widgets based on their coordinates
when added and the current widget size.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.