|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
Widget part for storing pre/inter/post spaces. More...
#include <widget_type.h>
Data Fields | |
| uint8_t | pre |
| uint8_t | inter |
| uint8_t | post |
| Amount of space before/between/after child widgets. | |
Widget part for storing pre/inter/post spaces.
Definition at line 1061 of file widget_type.h.
| uint8_t NWidgetPartPIP::inter |
Definition at line 1062 of file widget_type.h.
| uint8_t NWidgetPartPIP::post |
Amount of space before/between/after child widgets.
Definition at line 1062 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
| uint8_t NWidgetPartPIP::pre |
Definition at line 1062 of file widget_type.h.