Trait gtk4::prelude::TreeSortableExt

source ·
pub trait TreeSortableExt: IsA<TreeSortable> + Sealed + 'static {
    // Provided methods
    fn has_default_sort_func(&self) -> bool { ... }
    fn sort_column_changed(&self) { ... }
    fn connect_sort_column_changed<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn has_default_sort_func(&self) -> bool

👎Deprecated: Since 4.10
source

fn sort_column_changed(&self)

👎Deprecated: Since 4.10
source

fn connect_sort_column_changed<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§