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:
Stefano Ceccherini
2007-07-04 20:20:09 +00:00
parent 4ec75bbee6
commit 99584ef9a2
2 changed files with 41 additions and 45 deletions
+2
View File
@@ -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);