OpenTTD Source 20250312-master-gcdcc6b491d
|
Widget part for storing padding. More...
#include <widget_type.h>
Additional Inherited Members | |
![]() | |
constexpr uint | Horizontal () const |
Get total horizontal padding of RectPadding. | |
constexpr uint | Vertical () const |
Get total vertical padding of RectPadding. | |
![]() | |
uint8_t | left = 0 |
uint8_t | top = 0 |
uint8_t | right = 0 |
uint8_t | bottom = 0 |
![]() | |
static const RectPadding | zero {} |
Widget part for storing padding.
Definition at line 1026 of file widget_type.h.