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

OglGui::Button::Button ( Window parent,
int  width,
int  height,
strconst  label,
int  borderType = BEV_RIDGE,
bool  isRect = false 
) [inline]

Definition at line 43 of file Button.h.

References OglGui::OglWindow::Init().

00044                                                           :
00045         StaticText(parent, width, height, label, true, true)
00046     {
00047         Init(borderType, isRect);
00048     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:43 2010 for ImpalaSrc by  doxygen 1.5.1