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

void OglGui::Window::SetWindowText ( char *  txt  )  [inline]

Definition at line 460 of file Window.h.

References OglGui::OglWindow::mOglWnd, and Impala::Application::DemoCamera2d::oglWnd.

00461     {
00462         OGLWND* oglWnd = oglSys.GetTopOGLWND(mOglWnd);
00463 //#ifndef OGL_USING_GLUT
00464 #if !defined(OGL_USING_GLUT) && !defined(OGL_USING_QT)
00465         if (oglWnd->hWnd)
00466             ::SetWindowText((HWND)oglWnd->hWnd, txt);
00467 #endif
00468         oglWnd->topTitle = txt;
00469     }


Generated on Fri Mar 19 12:11:02 2010 for ImpalaSrc by  doxygen 1.5.1