Scrollbar color tokens for TextArea.
More...
#include <Malena/Traits/Theme/TextAreaTheme.h>
Scrollbar color tokens for TextArea.
Intentionally does NOT inherit TextInputTheme — TextArea already receives those fields through TextInput. Keeping this struct standalone avoids the diamond inheritance that would otherwise occur:
TextArea → TextInput → TextInputTheme → InputTheme → ControlTheme TextArea → TextAreaTheme → (standalone — no shared base)
- See also
- TextInputTheme, TextInputSettings, TextAreaStyle, TextArea
Definition at line 29 of file TextAreaTheme.h.
◆ applyFrom()
◆ getScrollBarColor()
| sf::Color ml::TextAreaTheme::getScrollBarColor |
( |
| ) |
const |
|
inlinenodiscard |
◆ getScrollBarTrackColor()
| sf::Color ml::TextAreaTheme::getScrollBarTrackColor |
( |
| ) |
const |
|
inlinenodiscard |
◆ getScrollBarWidth()
| float ml::TextAreaTheme::getScrollBarWidth |
( |
| ) |
const |
|
inlinenodiscard |
◆ setScrollBarColor()
| void ml::TextAreaTheme::setScrollBarColor |
( |
const sf::Color & | c | ) |
|
|
inline |
◆ setScrollBarTrackColor()
| void ml::TextAreaTheme::setScrollBarTrackColor |
( |
const sf::Color & | c | ) |
|
|
inline |
◆ setScrollBarWidth()
| void ml::TextAreaTheme::setScrollBarWidth |
( |
float | w | ) |
|
|
inline |
◆ scrollBarColor
◆ scrollBarTrackColor
◆ scrollBarWidth
| float ml::TextAreaTheme::scrollBarWidth = 8.f |
The documentation for this struct was generated from the following file: