Crate zng_ext_window
source ·Expand description
Modules§
- Commands that control the scoped window.
Structs§
- Window auto-size config.
- Window custom cursor.
FRAME_IMAGE_READY_EVENT
args.- “Monitor” configuration used by windows in headless mode.
- Arguments for
IME_EVENT
. - Monitors service.
- All information about a monitor that
MONITORS
can provide. MONITORS_CHANGED_EVENT
args.- UI node that presents a
WindowRoot
as embedded content. - Arguments for the
WINDOWS.register_open_nested_handler
handler. - Defines what window operations can run in parallel, between windows.
- Exclusive video mode info.
- Windows service.
- Window focused widget hook.
- Window chrome buttons.
WINDOW_CHANGED_EVENT
args.WINDOW_CLOSE_EVENT
args.- Represents a handle that stops the window from loading while the handle is alive.
- Application extension that manages windows.
WINDOW_OPEN_EVENT
args.- Window root node and values.
- Arguments for
WINDOWS.register_root_extender
. - Mask of allowed
WindowState
states of a window. - Variables that configure the opening or open window.
Enums§
- Response message of
close
andclose_together
. - Window cursor source.
- Represents a focus request indicator.
- Frame image capture mode in a window.
- A selector that returns a
MonitorInfo
. - Render backend preference.
- Window startup position.
- Error calling a view-process API extension associated with a window or renderer.
- Window icon.
- Window state.
Statics§
- A window frame has finished rendering.
- Input Method Editor event targeting a text input widget.
- Monitors added, removed or modified event.
- Window moved, resized or other state changed.
- Window closed event.
- Window close requested event.
- Window focus/blur event.
- Window finished loading and has opened in the view-process.
- New window has inited.
Traits§
- Extension trait, adds
run_window
toAppExtended
. - Window extension methods for
HeadlessApp
. - Extension methods for widget info about a node that hosts a nested window.
- IME extension methods for
WidgetInfoBuilder
. - IME extension methods for
WidgetInfo
.