Trait libpanel::subclass::dock::DockImplExt
source · pub trait DockImplExt: ObjectSubclass {
// Required methods
fn parent_panel_drag_begin(&self, widget: &Widget);
fn parent_panel_drag_end(&self, widget: &Widget);
}
Required Methods§
fn parent_panel_drag_begin(&self, widget: &Widget)
fn parent_panel_drag_end(&self, widget: &Widget)
Object Safety§
This trait is not object safe.