#include <uborder.hpp>
Public Member Functions | |
UMargins (short _top_bottom, short _left_right) | |
UMargins (short _top, short _right, short _bottom, short _left) | |
void | set (short _top_bottom, short _left_right) |
void | set (short _top, short _right, short _bottom, short _left) |
void | incr (const UMargins &) |
Public Attributes | |
short | top |
short | right |
short | bottom |
short | left |