Trait gtk4::subclass::section_model::SectionModelImpl
source · pub trait SectionModelImpl: ListModelImpl {
// Provided method
fn section(&self, position: u32) -> (u32, u32) { ... }
}
Available on crate feature
v4_12
only.