Skip to main content

WebviewWindowExt

Trait WebviewWindowExt 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl<R: Runtime> WebviewWindowExt<R> for WebviewWindow<R>

Available on non-Windows only.

Implementors§