Trait gtk4::subclass::section_model::SectionModelImplExt

source ·
pub trait SectionModelImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_section(&self, position: u32) -> (u32, u32) { ... }
}
Available on crate feature v4_12 only.

Provided Methods§

source

fn parent_section(&self, position: u32) -> (u32, u32)

Object Safety§

This trait is not object safe.

Implementors§