Trait libpanel::subclass::frame_header::FrameHeaderImpl
source · pub trait FrameHeaderImpl: WidgetImpl {
// Provided methods
fn page_changed(&self, widget: Option<&Widget>) { ... }
fn can_drop(&self, widget: &Widget) -> bool { ... }
fn add_prefix(&self, priority: i32, widget: &Widget) { ... }
fn add_suffix(&self, priority: i32, widget: &Widget) { ... }
}
Provided Methods§
fn page_changed(&self, widget: Option<&Widget>)
fn can_drop(&self, widget: &Widget) -> bool
fn add_prefix(&self, priority: i32, widget: &Widget)
fn add_suffix(&self, priority: i32, widget: &Widget)
Object Safety§
This trait is not object safe.