OpenTTD Source 20250312-master-gcdcc6b491d
NWidgetPartDataTip Struct Reference

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.
 

Detailed Description

Widget part for storing data and tooltip information.

Definition at line 1008 of file widget_type.h.

Field Documentation

◆ data

WidgetData NWidgetPartDataTip::data

Data value of the widget.

Definition at line 1009 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().

◆ tooltip

StringID NWidgetPartDataTip::tooltip

Tooltip of the widget.

Definition at line 1010 of file widget_type.h.

Referenced by ApplyNWidgetPartAttribute().


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