OpenTTD Source  20240917-master-g9ab0a47812
network_chat_widget.h File Reference

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...
 

Detailed Description

Types related to the network chat widgets.

Definition in file network_chat_widget.h.

Enumeration Type Documentation

◆ NetWorkChatWidgets

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.