Trait libpanel::subclass::dock::DockImplExt
source · pub trait DockImplExt: ObjectSubclass {
// Required methods
fn parent_panel_drag_begin(&self, dock: &Self::Type, widget: &Widget);
fn parent_panel_drag_end(&self, dock: &Self::Type, widget: &Widget);
}