Introduction
This is the Wiki introduction page for the library: the aim of this page is to describe how the library classes work.
Details
For now there are two classes:
- PartialPercentLayout: it's a layout manager which wants percent values for the location of the components (if underflow it will be 0, if overflow it will be 100);
- TotalPercentLayout: it's a PartialPercentLayout which wants percent values also for the size of the components (if underflow it will be 0, if overflow it will be 100).