Types related to the goal widgets. More...
Go to the source code of this file.
Enumerations | |
enum | GoalListWidgets { WID_GL_GOAL, WID_GL_PROGRESS, WID_GL_SCROLLBAR } |
Widgets of the GoalListWindow class. More... | |
enum | GoalQuestionWidgets { WID_GQ_CAPTION, WID_GQ_QUESTION, WID_GQ_BUTTONS, WID_GQ_BUTTON_1, WID_GQ_BUTTON_2, WID_GQ_BUTTON_3 } |
Widgets of the GoalQuestionWindow class. More... |
Types related to the goal widgets.
Definition in file goal_widget.h.
enum GoalListWidgets |
Widgets of the GoalListWindow class.
WID_GL_GOAL |
Goal text column of the goal list. |
WID_GL_PROGRESS |
Goal progress column of the goal list. |
WID_GL_SCROLLBAR |
Scrollbar of the goal list. |
Definition at line 17 of file goal_widget.h.
enum GoalQuestionWidgets |
Widgets of the GoalQuestionWindow class.
Definition at line 24 of file goal_widget.h.