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

pub struct Window {
    pub widgets: RefCell<Vec<Arc<Widget>>>,
    pub running: Cell<bool>,
    pub theme: Theme,
    // some fields omitted
}

Fields

Methods

impl Window
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Resize for Window
[src]

[src]

[src]