OpenTTD Source
20241108-master-g80f628063a
|
Types related to the bridge widgets. More...
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... | |
Types related to the bridge widgets.
Definition in file bridge_widget.h.
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.