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;
}
Expand description
Required Methods
fn is_debug_enabled(&self) -> bool
fn is_debug_enabled(&self) -> bool
fn set_debug_enabled(&self, debug_enabled: bool)
fn set_debug_enabled(&self, debug_enabled: bool)
Set the value of property::DebugController::debug-enabled
.
debug_enabled
fn 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.