Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::TextEdit::Caret ( int  ind  )  [inline]

Definition at line 337 of file TextEdit.h.

References mCaret, and mText.

00338     {
00339         if ((mCaret = ind) > mText.length())
00340             mCaret = mText.length();
00341         if (mCaret < 0)
00342             mCaret = 0;
00343     }


Generated on Thu Jan 13 09:27:04 2011 for ImpalaSrc by  doxygen 1.5.1