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

OglGui::DropDownWindow::DropDownWindow ( Window parent,
int  x,
int  y,
int  width,
int  height,
strconst  txt,
int  options = PlusMinus+Lines 
) [inline]

Definition at line 34 of file DropDownWindow.h.

References OglGui::OglWindow::Init().

00035                                                               :
00036         Window(parent, x, y, width, height)
00037     {
00038         Init(width, height, txt, options);
00039     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:01:06 2010 for ImpalaSrc by  doxygen 1.5.1