Definition at line 66 of file GroupBox.h. References mDoTextShadow, mLabel, mShadowColor, OglGui::OglWindow::SetBorderType(), OglGui::Window::SetDisableOGLViewKeys(), OglGui::Window::SetDisableOGLViewMouse(), and OglGui::OglWindow::SetRoundness(). 00067 { 00068 if (r != 0.0f) 00069 SetRoundness(r, r, r, r); 00070 00071 mLabel = label; 00072 mDoTextShadow = true; 00073 mShadowColor = oglLIGHTGREY; 00074 00075 SetBorderType(borderType); 00076 SetDisableOGLViewKeys(true); 00077 SetDisableOGLViewMouse(true); 00078 }
Here is the call graph for this function:
|