gtk4::subclass::section_model

Trait 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)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§