StyleController¶
Class | orca.core
Manages CSS-style classes and stylesheet rules for an object.
Overview¶
Messages¶
ThemeChanged¶
Applies styles to this object.
| Field | Type | Description |
|---|---|---|
recursive |
bool |
When TRUE, also sends ThemeChanged to every direct child |
AddClass¶
Adds single styling class
| Field | Type | Description |
|---|---|---|
ClassName |
string |
Name of the class to add |
AddClasses¶
Adds multiple styling classes
| Field | Type | Description |
|---|---|---|
ClassNames |
string |
Space-separated list of class names to add |