Module i_slint_core::window
source · Expand description
Exposed Window API
Structs
- This struct holds properties related to an input method.
- This struct describes layout constraints of a resizable element, such as a window.
- Inner datastructure for the
crate::api::Window - This struct contains getters that provide access to properties of the
Windowelement, and is used withWindowAdapter::update_window_properties.
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 then windowing specific window representation, such as a Win32HWNDhandle or awayland_surface_t.
Type Aliases
- Internal alias for
Rc<dyn WindowAdapter>.