Trait libpanel::subclass::widget::PanelWidgetImpl
source · pub trait PanelWidgetImpl: WidgetImpl {
// Provided methods
fn default_focus(&self) -> Option<Widget> { ... }
fn presented(&self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.