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

void OglGui::RadioGroup::Add ( strconst  text,
int  borderType = BEV_RAISED,
bool  isRect = false 
) [inline]

Definition at line 52 of file RadioGroup.h.

References Add(), mButtonHeight, and mButtonWidth.

00053     {
00054         Button* rb = new Button(this, mButtonWidth, mButtonHeight, text,
00055                                 borderType, isRect);
00056         Add(rb);
00057     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:35 2010 for ImpalaSrc by  doxygen 1.5.1