diff options
Diffstat (limited to 'linden/indra/llui/lltexteditor.h')
-rw-r--r-- | linden/indra/llui/lltexteditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/lltexteditor.h b/linden/indra/llui/lltexteditor.h index a62f01d..f26bf3b 100644 --- a/linden/indra/llui/lltexteditor.h +++ b/linden/indra/llui/lltexteditor.h | |||
@@ -171,6 +171,7 @@ public: | |||
171 | void setCursor(S32 row, S32 column); | 171 | void setCursor(S32 row, S32 column); |
172 | void setCursorPos(S32 offset); | 172 | void setCursorPos(S32 offset); |
173 | void setCursorAndScrollToEnd(); | 173 | void setCursorAndScrollToEnd(); |
174 | void scrollToPos(S32 pos); | ||
174 | 175 | ||
175 | void getLineAndColumnForPosition( S32 position, S32* line, S32* col, BOOL include_wordwrap ); | 176 | void getLineAndColumnForPosition( S32 position, S32* line, S32* col, BOOL include_wordwrap ); |
176 | void getCurrentLineAndColumn( S32* line, S32* col, BOOL include_wordwrap ); | 177 | void getCurrentLineAndColumn( S32* line, S32* col, BOOL include_wordwrap ); |
@@ -263,6 +264,7 @@ public: | |||
263 | 264 | ||
264 | static bool isPartOfWord(llwchar c) { return (c == '_') || LLStringOps::isAlnum((char)c); } | 265 | static bool isPartOfWord(llwchar c) { return (c == '_') || LLStringOps::isAlnum((char)c); } |
265 | 266 | ||
267 | BOOL isReadOnly() { return mReadOnly; } | ||
266 | protected: | 268 | protected: |
267 | // | 269 | // |
268 | // Methods | 270 | // Methods |