[go: up one dir, main page]

TreeSortableExt

Trait TreeSortableExt 

Source
pub trait TreeSortableExt: IsA<TreeSortable> + '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

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ยง