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§

Object Safety§

This trait is not object safe.

Implementors§