Type Alias AppScheme

pub type AppScheme = Scheme;
Available on crate feature dep_fltk only.
Expand description

Alias Scheme to AppScheme

Aliased Type§

enum AppScheme {
    Base,
    Plastic,
    Gtk,
    Gleam,
    Oxy,
}

Variants§

§

Base

Base fltk scheming

§

Plastic

inspired by the Aqua user interface on Mac OS X

§

Gtk

inspired by the GTK+ theme

§

Gleam

inspired by the Clearlooks Glossy scheme

§

Oxy

Subset of Dmitrij K’s oxy scheme

Trait Implementations

§

impl Clone for Scheme

§

fn clone(&self) -> Scheme

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Scheme

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for Scheme

§

fn eq(&self, other: &Scheme) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Scheme

§

impl Eq for Scheme

§

impl StructuralPartialEq for Scheme