OpenTTD Source 20241224-master-gee860a5c8e
NWidgetPartPIP Struct Reference

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.
 

Detailed Description

Widget part for storing pre/inter/post spaces.

Definition at line 1029 of file widget_type.h.

Field Documentation

◆ inter

uint8_t NWidgetPartPIP::inter

Definition at line 1030 of file widget_type.h.

◆ post

uint8_t NWidgetPartPIP::post

Amount of space before/between/after child widgets.

Definition at line 1030 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().

◆ pre

uint8_t NWidgetPartPIP::pre

Definition at line 1030 of file widget_type.h.


The documentation for this struct was generated from the following file: