OpenTTD Source
20241108-master-g80f628063a
|
Types related to the story widgets. More...
Go to the source code of this file.
Enumerations | |
enum | StoryBookWidgets : WidgetID { WID_SB_CAPTION , WID_SB_SEL_PAGE , WID_SB_PAGE_PANEL , WID_SB_SCROLLBAR , WID_SB_PREV_PAGE , WID_SB_NEXT_PAGE } |
Widgets of the GoalListWindow class. More... | |
Types related to the story widgets.
Definition in file story_widget.h.
enum StoryBookWidgets : WidgetID |
Widgets of the GoalListWindow class.
Enumerator | |
---|---|
WID_SB_CAPTION | Caption of the window. |
WID_SB_SEL_PAGE | Page selector. |
WID_SB_PAGE_PANEL | Page body. |
WID_SB_SCROLLBAR | Scrollbar of the goal list. |
WID_SB_PREV_PAGE | Prev button. |
WID_SB_NEXT_PAGE | Next button. |
Definition at line 15 of file story_widget.h.