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