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

Button* OglGui::ConceptSupportControl::ColorButton ( Window parent,
int  x,
int  y,
int  w,
int  h,
ULONG  col 
) [inline, private]

Definition at line 121 of file ConceptSupportControl.h.

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

Referenced by Init().

00122     {
00123         Button* btn = new Button(parent, x, y, w, h, "", BEV_LINE, 1);
00124         btn->SetBorderFillShaded(0);
00125         btn->SetBorderBackground(col);
00126         btn->SetDoStateFeedback(false);
00127         return btn;
00128     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:00:30 2010 for ImpalaSrc by  doxygen 1.5.1