pub trait PanelGridImplExt: ObjectSubclass {
    // Required method
    fn parent_create_frame(&self, grid: &Self::Type) -> Option<Frame>;
}

Required Methods§

source

fn parent_create_frame(&self, grid: &Self::Type) -> Option<Frame>

Implementors§