Added _Show/_HideCaret() and used them in place of more bug-prone code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -337,6 +337,8 @@ virtual void _ReservedTextView12();
|
||||
int32 startOffset = -1,
|
||||
bool erase = false);
|
||||
void DrawCaret(int32 offset);
|
||||
void _ShowCaret();
|
||||
void _HideCaret();
|
||||
void InvertCaret();
|
||||
void DragCaret(int32 offset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user