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

MenuOnButton* OglGui::MenuBar::AddMenu ( Menu menu,
strconst  name,
int  w = 80 
) [inline]

Definition at line 38 of file MenuBar.h.

References OglGui::MenuOnButton::ActiveBorderType(), mPosX, OglGui::Button::SetBorderFillShaded(), OglGui::Button::SetBorderType(), and OglGui::MenuOnButton::ShowTriangle().

00039     {
00040         MenuOnButton* btn = new MenuOnButton(this,mPosX,0,w,24,name,menu);
00041         btn->SetBorderType(-1);
00042         btn->SetBorderFillShaded(0);
00043         btn->ActiveBorderType(1);
00044         btn->ShowTriangle(false);
00045         mPosX += w;
00046         return btn;
00047     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:54 2010 for ImpalaSrc by  doxygen 1.5.1