AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Controls the padding of AView. More...
Controls the padding of AView.
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 |
#include <AUI/ASS/Property/Padding.h>