Trait gtk4::subclass::cell_area::CellAreaClassSubclassExt
source · pub unsafe trait CellAreaClassSubclassExt: ClassStruct {
// Provided methods
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec> { ... }
fn list_cell_properties(&self) -> Vec<ParamSpec> { ... }
}