Enum aflak_imgui::StyleVar[][src]

pub enum StyleVar {
    Alpha(f32),
    WindowPadding(ImVec2),
    WindowRounding(f32),
    WindowBorderSize(f32),
    WindowMinSize(ImVec2),
    ChildRounding(f32),
    ChildBorderSize(f32),
    PopupRounding(f32),
    PopupBorderSize(f32),
    FramePadding(ImVec2),
    FrameRounding(f32),
    FrameBorderSize(f32),
    ItemSpacing(ImVec2),
    ItemInnerSpacing(ImVec2),
    IndentSpacing(f32),
    GrabMinSize(f32),
    ButtonTextAlign(ImVec2),
}

Variants

Methods

impl StyleVar
[src]

Deprecated since 0.0.19

: please use ChildRounding instead

Trait Implementations

impl Copy for StyleVar
[src]

impl Clone for StyleVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleVar
[src]

Formats the value using the given formatter. Read more

impl PartialEq for StyleVar
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for StyleVar

impl Sync for StyleVar