Struct fltk_theme::WidgetTheme [−][src]
pub struct WidgetTheme { /* fields omitted */ }Expand description
A widget theme is a scheme + a set of default colors
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WidgetTheme
impl Send for WidgetTheme
impl Sync for WidgetTheme
impl Unpin for WidgetTheme
impl UnwindSafe for WidgetTheme
Blanket Implementations
Mutably borrows from an owned value. Read more