|
OpenTTD Source 20251104-master-g3befbdd52f
|
Types related to the network chat widgets. More...
Go to the source code of this file.
Enumerations | |
| enum | NetWorkChatWidgets : WidgetID { WID_NC_CLOSE , WID_NC_BACKGROUND , WID_NC_DESTINATION , WID_NC_TEXTBOX , WID_NC_SENDBUTTON } |
| Widgets of the NetworkChatWindow class. More... | |
Types related to the network chat widgets.
Definition in file network_chat_widget.h.
| enum NetWorkChatWidgets : WidgetID |
Widgets of the NetworkChatWindow class.
| Enumerator | |
|---|---|
| WID_NC_CLOSE | Close button. |
| WID_NC_BACKGROUND | Background of the window. |
| WID_NC_DESTINATION | Destination. |
| WID_NC_TEXTBOX | Textbox. |
| WID_NC_SENDBUTTON | Send button. |
Definition at line 14 of file network_chat_widget.h.