Expand description
See also: tauri
You can access this module in Python via pytuari.EXT_MOD.pytuari
.
Modules§
- image
- see also: tauri::image
- ipc
- see also: tauri::ipc
- menu
- see also: tauri::menu
- path
- see also: tauri::path
- tray
- see also: tauri::tray
- webview
- see also: tauri::webview
- window
- see also: tauri::window
Structs§
- App
- AppHandle
- You can get the global singleton Py<AppHandle> using PyAppHandleExt.
- Close
Request Api - See also: tauri::CloseRequestApi
- Context
- see also: tauri::Context
- Emitter
- See also: tauri::Emitter.
- Event
- See also: tauri::Event.
- Exit
Request Api - See also: tauri::ExitRequestApi
- Listener
- See also: tauri::Listener.
- Manager
- See also: tauri::Manager.
- PyApp
Handle State Error - This error indicates that the app was not initialized using crate::ext_mod::App::try_build, i.e. it was not created by pytauri.
- Rect
- see also: tauri::Rect
- Url
- See also: tauri::Url
Enums§
- Drag
Drop Event - See also: tauri::DragDropEvent
- Event
Target - See also: tauri::EventTarget.
- Impl
Manager - The Implementers of tauri::Manager.
- Position
- See also: tauri::Position
- RunEvent
- See also: tauri::RunEvent
- Size
- see also: tauri::Size
- Theme
- see also: tauri::Theme
- Webview
Event - See also: tauri::WebviewEvent
- Window
Event - See also: tauri::WindowEvent
Constants§
Traits§
- PyApp
Handle Ext - You can use this trait to get the global singleton Py<AppHandle>.
Functions§
- webview_
version - See also: tauri::webview_version
Type Aliases§
- EventId
- See also: tauri::EventId. Unique id of an event.
- Impl
Emitter - The Implementers of tauri::Emitter.
- Impl
Listener - The Implementers of tauri::Listener.
- PyApp
Handle State Result