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

void Impala::Application::IDash::ScreenBrowser::AddBtn ( Window w,
char *  text,
int  width = 80,
int  userData = 0 
) [inline, private]

Definition at line 183 of file ScreenBrowserX.h.

References OglGui::Button::SetButtonListener().

00184     {
00185         Button *b = new Button(w,width,32,text,BEV_ETCHED,true);
00186         b->SetButtonListener(this, userData);
00187     }

Here is the call graph for this function:


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