Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:43 2011 for ImpalaSrc by  doxygen 1.5.1