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

void Impala::Application::IDash::ScreenBrowser::AddRadioBtn ( RadioGroup wnd,
char *  text,
int  w 
) [inline, private]

Definition at line 189 of file ScreenBrowserX.h.

References OglGui::RadioGroup::Add().

Referenced by StillsAnimationControl().

00190     {
00191         Button *b = new Button(wnd, w, 22, text,1,true);
00192         wnd->Add(b);
00193     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:40:43 2010 for ImpalaSrc by  doxygen 1.5.1