Struct limn_core::ui::Ui [] [src]

pub struct Ui {
    pub window: Rc<RefCell<Window>>,
    // some fields omitted
}

The core of a limn application, holds the root of the widget tree and other application global state. Ui is accessible to every event handler, so features helper methods that can be accessed at any time.

Fields

Methods

impl Ui
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for WidgetsBfs
[src]

Important traits for WidgetsUnderCursor
[src]

[src]

Find the first widget under the cursor, ie. the last to be drawn that is under the cursor

[src]

[src]

[src]