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:
|