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§
fn create_overlay_titlebar(&self) -> Result<&WebviewWindow>
fn create_overlay_titlebar_with_height( &self, height: u32, ) -> Result<&WebviewWindow>
Implementations on Foreign Types§
Source§impl WebviewWindowExt for WebviewWindow
Available on non-Windows only.
impl WebviewWindowExt for WebviewWindow
Available on non-Windows only.