Struct orbtk_simple_modal::Modal [] [src]

pub struct Modal {
    pub rect: Cell<Rect>,
    pub bg: Cell<Color>,
    pub fg: Cell<Color>,
    pub fg_border: Cell<Color>,
    pub border: Cell<bool>,
    pub border_radius: Cell<u32>,
    pub text: CloneCell<String>,
    pub text_offset: Cell<Point>,
    pub visible: Cell<bool>,
    // some fields omitted
}

Fields

Methods

impl Modal
[src]

Trait Implementations

impl Border for Modal
[src]

impl Click for Modal
[src]

impl Place for Modal
[src]

impl Text for Modal
[src]

impl Widget for Modal
[src]