[go: up one dir, main page]

Module window

Module window 

Expand description

The Window trait and associated types.

Structs§

ActivationToken
An opaque token used to activate the Window.
ImeCapabilities
IME capabilities supported by client.
ImeEnableRequest
Initial IME request.
ImeHint
IME hints
ImeRequestData
The ImeRequest data to communicate to system’s IME.
ImeSurroundingText
Defines the text surrounding the caret
WindowAttributes
Attributes used when creating a window.
WindowButtons
WindowId
Identifier of a window. Unique for each window.

Enums§

CursorGrabMode
The behavior of cursor grabbing.
ImePurpose
Generic IME purposes for use in Window::set_ime_purpose.
ImeRequest
Request to send to IME.
ImeRequestError
Error from sending request to IME with Window::request_ime_update.
ImeSurroundingTextError
ResizeDirection
Defines the orientation that a window resize will be performed.
Theme
The theme variant to use.
UserAttentionType
Platform-specific
WindowLevel
A window level groups windows with respect to their z-position.

Traits§

PlatformWindowAttributes
Window
Represents a window.