EditfieldColour::EditfieldColour() { CtrlLayout(*this, "Window title"); static EditField::Style sd = ef.StyleDefault(); sd.paper = Red(); sd.text = Blue(); sd.focus = LtRed(); ef.SetStyle(sd); }
Report message to a moderator