Module i_slint_core::window
source · Expand description
Exposed Window API
Structs
- Inner datastructure for the
crate::api::Window
Enums
- This is the parameter from [
WindowAdapterInternal::input_method_request()] which lets the editable text input field communicate with the platform about input methods.
Traits
- This trait represents the adaptation layer between the
WindowAPI, 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>.