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

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

Definition at line 345 of file TextEdit.h.

References mMark, and mText.

00346     {
00347         if ((mMark = ind) > mText.length())
00348             mMark = mText.length();
00349         if (mMark < 0)
00350             mMark = 0;
00351     }


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