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

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

Definition at line 36 of file Button.h.

References OglGui::OglWindow::Init().

00037                                                           :
00038         StaticText(parent, x, y, width, height, label, true, true)
00039     {
00040         Init(borderType, isRect);
00041     }

Here is the call graph for this function:


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