Struct smithay_client_toolkit::window::ConceptConfig[][src]

pub struct ConceptConfig {
    pub primary_color: ColorSpec,
    pub secondary_color: ColorSpec,
    pub close_button: Option<(ButtonColorSpec, ButtonColorSpec)>,
    pub maximize_button: Option<(ButtonColorSpec, ButtonColorSpec)>,
    pub minimize_button: Option<(ButtonColorSpec, ButtonColorSpec)>,
    pub title_font: Option<(String, f32)>,
    pub title_color: ColorSpec,
}
Expand description

Configuration for ConceptFrame

Fields

primary_color: ColorSpec

The primary color of the titlebar

secondary_color: ColorSpec

Secondary color of the theme

Used for the division line between the titlebar and the content

close_button: Option<(ButtonColorSpec, ButtonColorSpec)>

Parameters of the “Close” (or “x”) button

(icon color, button color)

if None the button will not be drawn

maximize_button: Option<(ButtonColorSpec, ButtonColorSpec)>

Parameters of the “Maximize” (or “^”) button

(icon color, button color)

if None the button will not be drawn

minimize_button: Option<(ButtonColorSpec, ButtonColorSpec)>

Parameters of the “Minimize” (or “v”) button

(icon color, button color)

if None the button will not be drawn

title_font: Option<(String, f32)>

Font configuration for the titlebar

Font name and size. If set to None, the title is not drawn.

title_color: ColorSpec

Color for drawing the title text

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.