Trait sourceview5::prelude::GtkMountOperationExt
source · pub trait GtkMountOperationExt: IsA<MountOperation> + Sealed + 'static {
// Provided methods
fn display(&self) -> Display { ... }
fn parent(&self) -> Option<Window> { ... }
fn is_showing(&self) -> bool { ... }
fn set_display(&self, display: &impl IsA<Display>) { ... }
fn set_parent(&self, parent: Option<&impl IsA<Window>>) { ... }
fn connect_display_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_is_showing_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_parent_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
Provided Methods§
fn display(&self) -> Display
fn parent(&self) -> Option<Window>
fn is_showing(&self) -> bool
fn set_display(&self, display: &impl IsA<Display>)
fn set_parent(&self, parent: Option<&impl IsA<Window>>)
fn connect_display_notify<F>(&self, f: F) -> SignalHandlerId
fn connect_is_showing_notify<F>(&self, f: F) -> SignalHandlerId
fn connect_parent_notify<F>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.