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

OglGui::TitledWindow::TitledWindow ( Window parent,
int  w,
int  h,
strconst  title,
int  extInfo = 0,
bool  is2D = true 
) [inline]

Definition at line 40 of file TitledWindow.h.

References OglGui::SizableWindow::Init().

00041                                                 :
00042         SizableWindow(parent, w, h, is2D)
00043     {
00044         Init(title, extInfo, is2D);
00045     }

Here is the call graph for this function:


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