[−][src]Trait gtk::MountOperationExt
Required methods
fn get_parent(&self) -> Option<Window>
fn get_screen(&self) -> Option<Screen>
fn is_showing(&self) -> bool
fn set_parent<'a, P: IsA<Window> + 'a, Q: Into<Option<&'a P>>>(&self, parent: Q)
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
&self,
f: F
) -> SignalHandlerId
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_screen_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<MountOperation>> MountOperationExt for O[src]
fn get_parent(&self) -> Option<Window>[src]
fn get_screen(&self) -> Option<Screen>[src]
fn is_showing(&self) -> bool[src]
fn set_parent<'a, P: IsA<Window> + 'a, Q: Into<Option<&'a P>>>(&self, parent: Q)[src]
fn set_screen(&self, screen: &Screen)[src]
fn get_property_is_showing(&self) -> bool[src]
fn connect_property_is_showing_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_parent_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_screen_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId