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:
|