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