TreeViewExtManual

Trait TreeViewExtManual 

Source
pub trait TreeViewExtManual: IsA<TreeView> + 'static {
    // Provided methods
    fn insert_column_with_attributes(
        &self,
        position: i32,
        title: &str,
        cell: &impl IsA<CellRenderer>,
        attributes: &[(&str, i32)],
    ) -> i32 { ... }
    fn unset_row_separator_func(&self) { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10
Expand description

Trait containing manually implemented methods of TreeView.

Provided Methodsยง

Source

fn insert_column_with_attributes( &self, position: i32, title: &str, cell: &impl IsA<CellRenderer>, attributes: &[(&str, i32)], ) -> i32

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn unset_row_separator_func(&self)

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