Crate tauri_runtime_wry

Source
Expand description

The wry Tauri Runtime.

None of the exposed API of this crate is stable, and it may break semver compatibility in the future. The major version only signifies the intended Tauri version.

Re-exports§

pub use tao;
pub use wry;

Macros§

getter

Structs§

Context
CreateWebviewOptions
CursorIconWrapper
DeviceEventFilterWrapper
DispatcherMainThreadContext
EventLoopIterationContext
EventProxy
MonitorHandleWrapper
PhysicalPositionWrapper
PhysicalSizeWrapper
PositionWrapper
ProgressBarStateWrapper
ProgressStateWrapper
RectWrapper
SendRawWindowHandle
SizeWrapper
TaoIcon
Wrapper around a tao::window::Icon that can be created from an Icon.
TaoWindowBuilder
Object that allows you to build windows.
TaoWindowId
Identifier of a window. Unique for each window.
UserAttentionTypeWrapper
WebContext
Webview
WebviewWrapper
Window
Represents a window.
WindowBuilderWrapper
WindowEventWrapper
WindowIdStore
WindowWrapper
WindowsStore
Wry
A Tauri Runtime wrapper around wry.
WryHandle
A handle to the Wry runtime.
WryWebviewDispatcher
The Tauri WebviewDispatch for Wry.
WryWindowDispatcher
The Tauri WindowDispatch for Wry.

Enums§

ApplicationMessage
EventLoopWindowTargetMessage
Message
SynthesizedWindowEvent
WebviewMessage
WindowMessage

Traits§

Plugin
PluginBuilder

Functions§

map_theme
webview_version
Get WebView/Webkit version on current platform.

Type Aliases§

CreateWebviewClosure
CreateWindowClosure
WebContextStore
WebviewEventHandler
WebviewEventListeners
WebviewId
WindowEventHandler
WindowEventListeners