AUI Framework
develop
Cross-platform base for C++ UI apps
|
Controls the padding of AView. More...
#include <AUI/ASS/Property/Padding.h>
Public Member Functions | |
Padding (unset_wrap< AMetric > all) | |
Padding (unset_wrap< AMetric > vertical, unset_wrap< AMetric > horizontal) | |
Padding (unset_wrap< AMetric > top, unset_wrap< AMetric > horizontal, unset_wrap< AMetric > bottom) | |
Padding (unset_wrap< AMetric > top, unset_wrap< AMetric > right, unset_wrap< AMetric > bottom, unset_wrap< AMetric > left) | |
Signals and public fields | |
unset_wrap< AMetric > | left |
unset_wrap< AMetric > | top |
unset_wrap< AMetric > | right |
unset_wrap< AMetric > | bottom |
Controls the padding of AView.