#include <Pt/Forms/Adjustment.h>
Aligns content along one axis. More...
Public Types | |
| enum | Mode { Left, Right, Center, Justify } |
| Alignment along one axis. More... | |
Public Member Functions | |
| Adjustment (Mode m=Left) | |
| Creates an adjustment with mode m. | |
| Adjustment & | operator= (Mode m) |
| Sets the adjustment to m and returns this object. | |
| operator Pt::uint32_t () const | |
| Returns the adjustment as an unsigned integer value. | |
Left, Right, and Center place a line within its available width. Justify is available as a mode; a consumer may treat it as left. The default is Left.
| enum Mode |