Trait libpanel::subclass::frame::PanelFrameImplExt
source · pub trait PanelFrameImplExt: ObjectSubclass {
// Required methods
fn parent_page_closed(&self, widget: &Widget);
fn parent_adopt_widget(&self, widget: &Widget) -> bool;
}
Required Methods§
fn parent_page_closed(&self, widget: &Widget)
fn parent_adopt_widget(&self, widget: &Widget) -> bool
Object Safety§
This trait is not object safe.