|
OpenTTD Source 20251117-master-g7398d2e290
|
Types related to the tree widgets. More...
Go to the source code of this file.
Enumerations | |
| enum | BuildTreesWidgets : WidgetID { WID_BT_TYPE_RANDOM , WID_BT_SE_PANE , WID_BT_MODE_NORMAL , WID_BT_MODE_FOREST_SM , WID_BT_MODE_FOREST_LG , WID_BT_MANY_RANDOM , WID_BT_TYPE_BUTTON_FIRST } |
| Widgets of the BuildTreesWindow class. More... | |
Types related to the tree widgets.
Definition in file tree_widget.h.
| enum BuildTreesWidgets : WidgetID |
Widgets of the BuildTreesWindow class.
| Enumerator | |
|---|---|
| WID_BT_TYPE_RANDOM | Button to build random type of tree. |
| WID_BT_SE_PANE | Selection pane to show/hide scenario editor tools. |
| WID_BT_MODE_NORMAL | Select normal/rectangle planting mode. |
| WID_BT_MODE_FOREST_SM | Select small forest planting mode. |
| WID_BT_MODE_FOREST_LG | Select large forest planting mode. |
| WID_BT_MANY_RANDOM | Button to build many random trees. |
| WID_BT_TYPE_BUTTON_FIRST | First tree type selection button. (This must be last in the enum.) |
Definition at line 14 of file tree_widget.h.