Trait libhelium::prelude::DividerExt
source · pub trait DividerExt: IsA<Divider> + Sealed + 'static {
// Provided methods
fn is_inset(&self) -> bool { ... }
fn set_is_inset(&self, value: bool) { ... }
fn is_vertical(&self) -> bool { ... }
fn set_is_vertical(&self, value: bool) { ... }
fn connect_is_inset_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_is_vertical_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn is_inset(&self) -> bool
fn set_is_inset(&self, value: bool)
fn is_vertical(&self) -> bool
fn set_is_vertical(&self, value: bool)
fn connect_is_inset_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_is_vertical_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.