WebviewWindowExt

Trait WebviewWindowExt 

Source
pub trait WebviewWindowExt {
    // Required methods
    fn create_overlay_titlebar(&self) -> Result<&WebviewWindow, Error>;
    fn create_overlay_titlebar_with_height(
        &self,
        height: u32,
    ) -> Result<&WebviewWindow, Error>;
}
Expand description

Extensions to tauri::WebviewWindow to access the frame APIs.

Required Methods§

Implementations on Foreign Types§

Source§

impl WebviewWindowExt for WebviewWindow

Implementors§