Struct orbtk::label::Label [] [src]

pub struct Label {
    pub core: WidgetCore,
    pub text: CloneCell<String>,
    pub text_offset: Point,
    // some fields omitted
}

Fields

Methods

impl Label
[src]

Trait Implementations

impl Click for Label
[src]

impl Placeable for Label
[src]

impl Widget for Label
[src]