How can I change the editbox colors at runtime? I mean background, border and text colors...
I'd like to use a function like:
Code: Select all
void CEGUI::ListboxItem::setSelectionColours(const ColourRect & cols)
that I'm currently using to change the listboxitem colors at runtime.