pub trait CellAreaContextImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_reset(&self) { ... }
    fn parent_preferred_height_for_width(&self, width: i32) -> (i32, i32) { ... }
    fn parent_preferred_width_for_height(&self, height: i32) -> (i32, i32) { ... }
    fn parent_allocate(&self, width: i32, height: i32) { ... }
}👎Deprecated: Since 4.10
Provided Methods§
sourcefn parent_reset(&self)
 
fn parent_reset(&self)
👎Deprecated: Since 4.10
sourcefn parent_preferred_height_for_width(&self, width: i32) -> (i32, i32)
 
fn parent_preferred_height_for_width(&self, width: i32) -> (i32, i32)
👎Deprecated: Since 4.10
sourcefn parent_preferred_width_for_height(&self, height: i32) -> (i32, i32)
 
fn parent_preferred_width_for_height(&self, height: i32) -> (i32, i32)
👎Deprecated: Since 4.10
sourcefn parent_allocate(&self, width: i32, height: i32)
 
fn parent_allocate(&self, width: i32, height: i32)
👎Deprecated: Since 4.10