gtk4::subclass::cell_area_context

Trait CellAreaContextImplExt

Source
pub trait CellAreaContextImplExt: CellAreaContextImpl {
    // 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ยง

Source

fn parent_reset(&self)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn parent_preferred_height_for_width(&self, width: i32) -> (i32, i32)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn parent_preferred_width_for_height(&self, height: i32) -> (i32, i32)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn parent_allocate(&self, width: i32, height: i32)

๐Ÿ‘ŽDeprecated: Since 4.10

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ยง