Struct orbtk::widgets::Label [] [src]

pub struct Label {
    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>,
    // some fields omitted
}

Fields

Methods

impl Label
[src]

Trait Implementations

impl Border for Label
[src]

impl Click for Label
[src]

impl Place for Label
[src]

impl Text for Label
[src]

impl Widget for Label
[src]