Trait CellLayoutExtManual

Source
pub trait CellLayoutExtManual: IsA<CellLayout> + 'static {
    // Provided methods
    fn set_attributes(
        &self,
        cell: &impl IsA<CellRenderer>,
        attributes: &[(&str, i32)],
    ) { ... }
    fn unset_cell_data_func(&self, cell: &impl IsA<CellRenderer>) { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10
Expand description

Trait containing manually implemented methods of CellLayout.

Provided Methodsยง

Source

fn set_attributes( &self, cell: &impl IsA<CellRenderer>, attributes: &[(&str, i32)], )

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn unset_cell_data_func(&self, cell: &impl IsA<CellRenderer>)

๐Ÿ‘Ž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ยง