aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/control.h')
-rw-r--r--src/ui/control.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ui/control.h b/src/ui/control.h
index a9dbc7a4..db89b3b6 100644
--- a/src/ui/control.h
+++ b/src/ui/control.h
@@ -226,8 +226,9 @@ namespace cru
//*************** region: cursor ***************
- //TODO!
- /*
+ // If cursor is set to null, then it uses parent's cursor.
+ // Window's cursor can't be null.
+
Cursor::Ptr GetCursor() const
{
return cursor_;
@@ -235,9 +236,6 @@ namespace cru
void SetCursor(const Cursor::Ptr& cursor);
- Cursor::Ptr GetCursorInherit();
- */
-
//*************** region: events ***************
//Raised when mouse enter the control.