Trait gtk::prelude::MountOperationExt
source · [−]pub trait MountOperationExt: 'static {
fn get_parent(&self) -> Option<Window>;
fn get_screen(&self) -> Option<Screen>;
fn is_showing(&self) -> bool;
fn set_parent<P: IsA<Window>>(&self, parent: Option<&P>);
fn set_screen(&self, screen: &Screen);
fn get_property_is_showing(&self) -> bool;
fn connect_property_is_showing_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_screen_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_parent(&self) -> Option<Window>
source
fn get_screen(&self) -> Option<Screen>
source
fn is_showing(&self) -> bool
source
fn set_screen(&self, screen: &Screen)
source
fn get_property_is_showing(&self) -> bool
sourcefn connect_property_is_showing_notify<F: Fn(&Self) + 'static>(
fn connect_property_is_showing_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_parent_notify<F: Fn(&Self) + 'static>(
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_screen_notify<F: Fn(&Self) + 'static>(