diff options
Diffstat (limited to 'include/cru/ui')
-rw-r--r-- | include/cru/ui/controls/TextHostControlService.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/controls/TextHostControlService.hpp b/include/cru/ui/controls/TextHostControlService.hpp index da9547ac..274d092b 100644 --- a/include/cru/ui/controls/TextHostControlService.hpp +++ b/include/cru/ui/controls/TextHostControlService.hpp @@ -36,6 +36,8 @@ class TextControlMovePattern : public Object { static TextControlMovePattern kDown; static TextControlMovePattern kHome; static TextControlMovePattern kEnd; + static TextControlMovePattern kCtrlHome; + static TextControlMovePattern kCtrlEnd; static TextControlMovePattern kPageUp; static TextControlMovePattern kPageDown; |