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

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

Definition at line 33 of file TitledWindow.h.

References OglGui::SizableWindow::Init().

00034                                                 :
00035         SizableWindow(parent, x, y, w, h, is2D)
00036     {
00037         Init(title, extInfo, is2D);
00038     }

Here is the call graph for this function:


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