9 protected string m_sTitle;
11 protected TextWidget m_wTitle;
14 override void HandlerAttached(Widget w)
16 super.HandlerAttached(w);
18 m_wTitle = TextWidget.Cast(w.FindAnyWidget(
"Title"));
23 void SetTitle(
string text)
26 m_wTitle.SetText(text);