Struct orbtk::widgets::Button [] [src]

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

Fields

Methods

impl Button
[src]

Trait Implementations

impl Border for Button
[src]

impl Click for Button
[src]

impl Place for Button
[src]

impl Text for Button
[src]

impl Widget for Button
[src]