pub unsafe trait CellAreaClassSubclassExt: ClassStruct {
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec> { ... }
fn list_cell_properties(&self) -> Vec<ParamSpec> { ... }
}
Provided Methods
source
fn find_cell_property(&self, property_name: &str) -> Option<ParamSpec>
source