class XGGroupBox

Declared in <XTextControls.h>
Declared from XGView

Standard 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

XGGroupBox::DoDrawView

Usage: void XGGroupBox::DoDrawView(Rect)

Draw this thing

XGGroupBox::GetTitle

Usage: void XGGroupBox::GetTitle(char*text)const

Get the text contents of this

XGGroupBox::SetTitle

Usage: void XGGroupBox::SetTitle(const char*text)

Set the text and force a redraw

XGGroupBox::XGGroupBox

Usage: long XGForm::DoDispatch(XGWindow*w,long msg,long arg,void*parg)

Initialize me

XGGroupBox::~XGGroupBox

Usage: XGGroupBox::~XGGroupBox()

Delete me