pub trait PanelWidgetImpl: WidgetImpl {
    // Provided methods
    fn default_focus(&self) -> Option<Widget> { ... }
    fn presented(&self) { ... }
}

Provided Methods§

Implementors§