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

void OglGui::TextEdit::PrintBuf ( int  x,
int  y,
const char *  buf 
) [inline]

Definition at line 637 of file TextEdit.h.

References OglGui::Window::GetForeground(), OglGui::OglWindow::mOglWnd, mShadowColor, and mTextShadowed.

Referenced by DrawTabbedLine().

00638     {
00639         int col = GetForeground();
00640         if (!mTextShadowed)
00641             oglSys.PosColPrintf(mOglWnd, x, y, col, "%s", buf);
00642         else
00643             oglSys.ShadowPrintf(mOglWnd, x, y, mShadowColor, col, "%s", buf);
00644     }

Here is the call graph for this function:


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