pub trait DockImplExt: ObjectSubclass {
    // Required methods
    fn parent_panel_drag_begin(&self, widget: &Widget);
    fn parent_panel_drag_end(&self, widget: &Widget);
}

Required Methods§

Implementors§