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

OGLWND* C_OglDemo ( OGLWND *  parent,
int  x,
int  y,
int  w,
int  h 
)

Definition at line 704 of file OglDemo.h.

References OglGui::OglWindow::GetOGLWND().

00705 {
00706     OglGui::OglDemo* oglDemo = new OglGui::OglDemo(parent, x, y, w, h);
00707     return oglDemo->GetOGLWND();
00708 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:22:18 2010 for ImpalaSrc by  doxygen 1.5.1