Definition at line 465 of file ScrollBar.h. References mParent, OglGui::StaticText::SetAlignOffsets(), OglGui::OglWindow::SetBackground(), OglGui::Button::SetBorderType(), and OglGui::OglWindow::SetRoundness(). 00465 : 00466 Button(parent, width, height, label) 00467 { 00468 mParent = parent; 00469 SetRoundness(0, 0, 0, 0); 00470 SetBorderType(BEV_ETCHED); 00471 SetBackground(0x0); 00472 #ifdef OGL_USING_GLUT 00473 SetAlignOffsets(0,-1); 00474 #endif 00475 }
Here is the call graph for this function:
|