class XGStaticText

Declared in <XTextControls.h>
Declared from XGView

Standard static text control. I do this myself...


Message dispatch

XGStaticText::DoDrawView
XGStaticText::GetTitle
XGStaticText::SetTitle
XGStaticText::XGStaticText
XGStaticText::~XGStaticText


Message dispatch

XGStaticText::DoDrawView

Usage: void XGStaticText::DoDrawView(Rect)

Draw this thing

XGStaticText::GetTitle

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

Get the text contents of this

XGStaticText::SetTitle

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

Set the text and force a redraw

XGStaticText::XGStaticText

Usage: XGSlider::~XGSlider()

Initialize me

XGStaticText::~XGStaticText

Usage: XGStaticText::~XGStaticText()

Delete me