pub trait DockImplExt: ObjectSubclass {
    fn parent_panel_drag_begin(&self, dock: &Self::Type, widget: &Widget);
    fn parent_panel_drag_end(&self, dock: &Self::Type, widget: &Widget);
}

Required methods

Implementors