Trait libpanel::subclass::grid::PanelGridImpl
source · pub trait PanelGridImpl: WidgetImpl {
// Provided method
fn create_frame(&self, grid: &Self::Type) -> Option<Frame> { ... }
}
pub trait PanelGridImpl: WidgetImpl {
// Provided method
fn create_frame(&self, grid: &Self::Type) -> Option<Frame> { ... }
}