diff options
Diffstat (limited to 'src/ui/control.h')
-rw-r--r-- | src/ui/control.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/control.h b/src/ui/control.h index b2321e2b..666d7f69 100644 --- a/src/ui/control.h +++ b/src/ui/control.h @@ -346,6 +346,10 @@ namespace cru virtual Size OnMeasureContent(const Size& available_size); virtual void OnLayoutContent(const Rect& rect); + + //*************** region: cursor *************** + //TODO! + private: // Only for layout manager to use. // Check if the old position is updated to current position. |