Module i_slint_core::window
source · [−]Expand description
Exposed Window API
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.
Inner datastructure for the
crate::api::WindowEnums
This enum describes the different ways a popup can be rendered by the back-end.
Traits
This trait represents the adaptation layer between the
Window API, and the
internal type from the backend that provides functionality such as device-independent pixels,
window resizing, and other typically windowing system related tasks.Type Definitions
Internal alias for
Rc<dyn WindowAdapter>.