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

void OglGui::TextEdit::ClampDocX (  )  [inline]

Definition at line 423 of file TextEdit.h.

References OglGui::DocDimensions::mDocW, OglGui::DocDimensions::mDocX, and OglGui::OglWindow::W().

Referenced by HandleScrollBarsOnDisplay().

00424     {
00425         if (mDocX > 0)
00426             mDocX = 0;
00427         if (mDocX + mDocW < W())
00428             mDocX = W() - mDocW;
00429     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:08:00 2010 for ImpalaSrc by  doxygen 1.5.1