Change Editbox colors at runtime
Posted: Tue May 05, 2009 09:00
Hi all,
How can I change the editbox colors at runtime? I mean background, border and text colors...
I'd like to use a function like:
that I'm currently using to change the listboxitem colors at runtime.
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.