WebviewWindowExt

Trait WebviewWindowExt 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl WebviewWindowExt for WebviewWindow

Available on non-Windows only.

Implementors§