pub trait PanelGridImpl: WidgetImpl {
    // Provided method
    fn create_frame(&self) -> Option<Frame> { ... }
}

Provided Methods§

Implementors§