OpenTTD Source  20240919-master-gdf0233f4c2
bridge_widget.h File Reference

Go to the source code of this file.

Enumerations

enum  BuildBridgeSelectionWidgets : WidgetID {
  WID_BBS_CAPTION, WID_BBS_DROPDOWN_ORDER, WID_BBS_DROPDOWN_CRITERIA, WID_BBS_BRIDGE_LIST,
  WID_BBS_SCROLLBAR
}
 Widgets of the BuildBridgeWindow class. More...
 

Detailed Description

Types related to the bridge widgets.

Definition in file bridge_widget.h.

Enumeration Type Documentation

◆ BuildBridgeSelectionWidgets

Widgets of the BuildBridgeWindow class.

Enumerator
WID_BBS_CAPTION 

Caption of the window.

WID_BBS_DROPDOWN_ORDER 

Direction of sort dropdown.

WID_BBS_DROPDOWN_CRITERIA 

Criteria of sort dropdown.

WID_BBS_BRIDGE_LIST 

List of bridges.

WID_BBS_SCROLLBAR 

Scrollbar of the list.

Definition at line 14 of file bridge_widget.h.