Declared in <XTextControls.h>
Declared from XGViewStandard group box. This creates a group box which draws a rectangle around the view. On the Macintosh, I duplicate the functionality in the XGStaticText view; in Windows, I call up the correct view window
Dispatch Mechanism
XGGroupBox::DoDrawView
XGGroupBox::GetTitle
XGGroupBox::SetTitle
XGGroupBox::XGGroupBox
XGGroupBox::~XGGroupBox
Dispatch Mechanism
Usage: void XGGroupBox::DoDrawView(Rect)
Draw this thing
Usage: void XGGroupBox::GetTitle(char*text)const
Get the text contents of this
Usage: void XGGroupBox::SetTitle(const char*text)
Set the text and force a redraw
Usage: long XGForm::DoDispatch(XGWindow*w,long msg,long arg,void*parg)
Initialize me
Usage: XGGroupBox::~XGGroupBox()
Delete me