Merge branch 'jgrpp' into jgrpp-nrt

This commit is contained in:
Jonathan G Rennison
2019-09-16 22:28:35 +01:00
23 changed files with 280 additions and 26 deletions

View File

@@ -57,4 +57,10 @@ enum TextfileWidgets {
WID_TF_HSCROLLBAR, ///< Horizontal scrollbar to scroll through the textfile left-to-right.
};
/** Widgets of the #TextfileWindow class. */
enum ModifierKeyToggleWidgets {
WID_MKT_SHIFT,
WID_MKT_CTRL,
};
#endif /* WIDGETS_MISC_WIDGET_H */