pub trait FrameImplExt: ObjectSubclass {
    // Provided method
    fn parent_compute_child_allocation(&self) -> Allocation { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn parent_compute_child_allocation(&self) -> Allocation

👎Deprecated: Since 4.10

Implementors§