summaryrefslogtreecommitdiff
path: root/src/widgets/misc_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/misc_widget.h')
-rw-r--r--src/widgets/misc_widget.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h
index 04f81da71..a54e83035 100644
--- a/src/widgets/misc_widget.h
+++ b/src/widgets/misc_widget.h
@@ -45,4 +45,12 @@ enum QueryWidgets {
WID_Q_YES, ///< No button.
};
+/** Widgets of the #TextfileWindow class. */
+enum TextfileWidgets {
+ WID_TF_CAPTION, ///< The caption of the window.
+ WID_TF_BACKGROUND, ///< Panel to draw the textfile on.
+ WID_TF_VSCROLLBAR, ///< Vertical scrollbar to scroll through the textfile up-and-down.
+ WID_TF_HSCROLLBAR, ///< Horizontal scrollbar to scroll through the textfile left-to-right.
+};
+
#endif /* WIDGETS_MISC_WIDGET_H */