Struct orbtk::widget::WidgetCore [] [src]

pub struct WidgetCore {
    pub rect: Cell<Rect>,
    pub bg: Color,
    pub fg: Color,
}

Fields

Methods

impl WidgetCore
[src]