OpenTTD Source 20241224-master-gee860a5c8e
|
Widget part for storing data and tooltip information. More...
#include <widget_type.h>
Data Fields | |
uint32_t | data |
Data value of the widget. | |
StringID | tooltip |
Tooltip of the widget. | |
Widget part for storing data and tooltip information.
Definition at line 1004 of file widget_type.h.
uint32_t NWidgetPartDataTip::data |
Data value of the widget.
Definition at line 1005 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().
StringID NWidgetPartDataTip::tooltip |
Tooltip of the widget.
Definition at line 1006 of file widget_type.h.
Referenced by ApplyNWidgetPartAttribute().