Trait libhelium::subclass::prelude::CellAreaContextImpl
pub trait CellAreaContextImpl: CellAreaContextImplExt + ObjectImpl {
// Provided methods
fn reset(&self) { ... }
fn preferred_height_for_width(&self, width: i32) -> (i32, i32) { ... }
fn preferred_width_for_height(&self, height: i32) -> (i32, i32) { ... }
fn allocate(&self, width: i32, height: i32) { ... }
}
Provided Methods§
fn reset(&self)
fn preferred_height_for_width(&self, width: i32) -> (i32, i32)
fn preferred_width_for_height(&self, height: i32) -> (i32, i32)
fn allocate(&self, width: i32, height: i32)
Object Safety§
This trait is not object safe.