(svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
|
||||
/** Widgets of the #GoalListWindow class. */
|
||||
enum GoalListWidgets {
|
||||
WID_GL_PANEL, ///< Panel of the window.
|
||||
WID_GL_SCROLLBAR, ///< Scrollbar of the panel.
|
||||
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.
|
||||
};
|
||||
|
||||
/** Widgets of the #GoalQuestionWindow class. */
|
||||
|
Reference in New Issue
Block a user