Struct orbtk::window::Window [] [src]

pub struct Window {
    pub widgets: RefCell<Vec<Arc<Widget>>>,
    pub widget_focus: Cell<usize>,
    pub bg: Cell<Color>,
    pub running: Cell<bool>,
    // some fields omitted
}

Fields

Methods

impl Window
[src]

Trait Implementations

impl Resize for Window
[src]