Trait gtk4::prelude::TreeViewExtManual

source ·
pub trait TreeViewExtManual: Sealed + 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

Object Safety§

This trait is not object safe.

Implementors§