| 
    OpenTTD Source 20251104-master-g3befbdd52f
    
   | 
 
Types related to the town widgets. More...
Go to the source code of this file.
Types related to the town widgets.
Definition in file town_widget.h.
| enum BuildHouseWidgets : WidgetID | 
Widgets of the BuildHouseWindow class.
| Enumerator | |
|---|---|
| WID_BH_INFO | Information panel of selected house.  | 
| WID_BH_PROTECT_OFF | Button to protect the next house built.  | 
| WID_BH_PROTECT_ON | Button to not protect the next house built.  | 
Definition at line 79 of file town_widget.h.
| enum TownAuthorityWidgets : WidgetID | 
Widgets of the TownAuthorityWindow class.
| Enumerator | |
|---|---|
| WID_TA_CAPTION | Caption of window.  | 
| WID_TA_ZONE_BUTTON | Turn on/off showing local authority zone.  | 
| WID_TA_RATING_INFO | Overview with ratings for each company.  | 
| WID_TA_COMMAND_LIST | List of commands for the player.  | 
| WID_TA_SCROLLBAR | Scrollbar of the list of commands.  | 
| WID_TA_ACTION_INFO | Additional information about the action.  | 
| WID_TA_EXECUTE | Do-it button.  | 
Definition at line 25 of file town_widget.h.
| enum TownDirectoryWidgets : WidgetID | 
Widgets of the TownDirectoryWindow class.
| Enumerator | |
|---|---|
| WID_TD_CAPTION | Caption of the window.  | 
| WID_TD_SORT_ORDER | Direction of sort dropdown.  | 
| WID_TD_SORT_CRITERIA | Criteria of sort dropdown.  | 
| WID_TD_FILTER | Filter of name.  | 
| WID_TD_LIST | List of towns.  | 
| WID_TD_SCROLLBAR | Scrollbar for the town list.  | 
| WID_TD_WORLD_POPULATION | The world's population.  | 
Definition at line 14 of file town_widget.h.
| enum TownFoundingWidgets : WidgetID | 
Widgets of the FoundTownWindow class.
Definition at line 52 of file town_widget.h.
| enum TownViewWidgets : WidgetID | 
Widgets of the TownViewWindow class.
Definition at line 36 of file town_widget.h.