|
OpenTTD Source 20251116-master-g21329071df
|
Container with the data associated to a single widget. More...
#include <widget_type.h>
Data Fields | |
| StringID | string {} |
| SpriteID | sprite {} |
| ArrowWidgetValues | arrow_widget_type {} |
| ResizeWidgetValues | resize_widget_type {} |
| Colours | alternate_colour = INVALID_COLOUR |
| Dimension | matrix {} |
Container with the data associated to a single widget.
Definition at line 356 of file widget_type.h.
| Colours WidgetData::alternate_colour = INVALID_COLOUR |
Definition at line 361 of file widget_type.h.
| ArrowWidgetValues WidgetData::arrow_widget_type {} |
Definition at line 359 of file widget_type.h.
| Dimension WidgetData::matrix {} |
Definition at line 362 of file widget_type.h.
| ResizeWidgetValues WidgetData::resize_widget_type {} |
Definition at line 360 of file widget_type.h.
| SpriteID WidgetData::sprite {} |
Definition at line 358 of file widget_type.h.
| StringID WidgetData::string {} |
Definition at line 357 of file widget_type.h.