Trait gio::prelude::DebugControllerExt
source · [−]pub trait DebugControllerExt: 'static {
fn is_debug_enabled(&self) -> bool;
fn set_debug_enabled(&self, debug_enabled: bool);
fn connect_debug_enabled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Required Methods
source
fn is_debug_enabled(&self) -> bool
source
fn set_debug_enabled(&self, debug_enabled: bool)
sourcefn connect_debug_enabled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
fn connect_debug_enabled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
Available on crate feature
v2_72
only.Implementors
impl<O: IsA<DebugController>> DebugControllerExt for O
Available on crate feature
v2_72
only.