Expand description
Exposed Window API
Modules§
- Pupup window handling helpers
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
Window
element, 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
Window
API and then windowing specific window representation, such as a Win32HWND
handle or awayland_surface_t
.
Type Aliases§
- Internal alias for
Rc<dyn WindowAdapter>
.