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

Provided Methods§

source

fn default_focus(&self, widget: &Self::Type) -> Option<Widget>

source

fn presented(&self, widget: &Self::Type)

Implementors§