#include <GroupBox.h>
Inheritance diagram for OglGui::GroupBox:
Public Member Functions | |
GroupBox (int x, int y, int w, int h, strconst label, int borderType=BEV_ETCHED, float roundness=0) | |
GroupBox (Window *parent, int w, int h, strconst label, int borderType=BEV_ETCHED, float roundness=0) | |
GroupBox (Window *parent, int x, int y, int w, int h, strconst label, int borderType=BEV_ETCHED, float roundness=0) | |
void | SetText (strconst txt) |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (strconst label, int borderType, float r) |
Private Attributes | |
std::string | mLabel |
bool | mDoTextShadow |
ULONG | mShadowColor |
Definition at line 11 of file GroupBox.h.