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

Button* OglGui::AlertTimeLine::AlertButton ( int  x,
int  y,
int  w,
int  h,
ULONG  col,
strconst  str 
) [inline, protected]

Definition at line 280 of file AlertTimeLine.h.

References OglGui::OglWindow::SetBorderBackground(), OglGui::Button::SetBorderType(), and OglGui::Window::SetDoStateFeedback().

Referenced by AddAlert().

00281     {
00282         Button* btn = new Button(this, x, y, w, h, str, BEV_ETCHED, true);
00283         btn->SetBorderType(1);
00284         btn->SetBorderBackground(col);
00285         btn->SetDoStateFeedback(false);
00286         return btn;
00287     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:34 2010 for ImpalaSrc by  doxygen 1.5.1