|
OpenTTD Source 20251104-master-g3befbdd52f
|
Widget part for storing data and tooltip information. More...
#include <widget_type.h>
Data Fields | |
| WidgetData | data |
| Data value of the widget. | |
| StringID | tooltip |
| Tooltip of the widget. | |
Widget part for storing data and tooltip information.
Definition at line 1009 of file widget_type.h.
| WidgetData NWidgetPartDataTip::data |
Data value of the widget.
Definition at line 1010 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
| StringID NWidgetPartDataTip::tooltip |
Tooltip of the widget.
Definition at line 1011 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().