Base functions for a confirm action mode.

This commit is contained in:
Juanjo
2013-10-13 13:53:11 +00:00
committed by pelya
parent fee23f7be0
commit 4f60841795
8 changed files with 125 additions and 4 deletions

View File

@@ -82,6 +82,7 @@ enum ToolbarTabletWidgets {
WID_TT_SHIFT, ///< Press SHIFT.
WID_TT_CTRL, ///< Press CTRL.
WID_TT_MOVE, ///< Click for moving around viewports.
WID_TT_CONFIRM, ///< Confirm action.
};
#endif /* WIDGETS_TOOLBAR_WIDGET_H */