Module sixtyfps_corelib::window[][src]

Expand description

Exposed Window API

Modules

Internal module to define the public Window API, for re-export in the regular Rust crate and the interpreter crate.

Structs

This structure defines a graphical element that is designed to pop up from the surrounding UI content, for example to show a context menu.

Structure that represent a Window in the runtime

Enums

This enum describes the different ways a popup can be rendered by the back-end.

Traits

This trait represents the interface that the generated code and the run-time require in order to implement functionality such as device-independent pixels, window resizing and other typically windowing system related tasks.

Internal trait used by generated code to access window internals.

Type Definitions

Internal alias for Rc so that it can be used in the vtable functions and generate a good signature.