Trait gtk4::subclass::tree_view::TreeViewImpl   
source · pub trait TreeViewImpl: TreeViewImplExt + WidgetImpl {
Show 15 methods
    // Provided methods
    fn columns_changed(&self) { ... }
    fn cursor_changed(&self) { ... }
    fn expand_collapse_cursor_row(
        &self,
        logical: bool,
        expand: bool,
        open_all: bool
    ) -> bool { ... }
    fn move_cursor(
        &self,
        step: MovementStep,
        count: i32,
        expand: bool,
        modify: bool
    ) -> bool { ... }
    fn row_activated(&self, path: &TreePath, column: &TreeViewColumn) { ... }
    fn row_collapsed(&self, iter: &TreeIter, path: &TreePath) { ... }
    fn row_expanded(&self, iter: &TreeIter, path: &TreePath) { ... }
    fn select_all(&self) -> bool { ... }
    fn select_cursor_parent(&self) -> bool { ... }
    fn select_cursor_row(&self, start_editing: bool) -> bool { ... }
    fn start_interactive_search(&self) -> bool { ... }
    fn test_collapse_row(&self, iter: &TreeIter, path: &TreePath) -> bool { ... }
    fn test_expand_row(&self, iter: &TreeIter, path: &TreePath) -> bool { ... }
    fn toggle_cursor_row(&self) -> bool { ... }
    fn unselect_all(&self) -> bool { ... }
}👎Deprecated: Since 4.10
Provided Methods§
sourcefn columns_changed(&self)
 
fn columns_changed(&self)
👎Deprecated: Since 4.10
sourcefn cursor_changed(&self)
 
fn cursor_changed(&self)
👎Deprecated: Since 4.10
sourcefn expand_collapse_cursor_row(
    &self,
    logical: bool,
    expand: bool,
    open_all: bool
) -> bool
 
fn expand_collapse_cursor_row( &self, logical: bool, expand: bool, open_all: bool ) -> bool
👎Deprecated: Since 4.10
sourcefn move_cursor(
    &self,
    step: MovementStep,
    count: i32,
    expand: bool,
    modify: bool
) -> bool
 
fn move_cursor( &self, step: MovementStep, count: i32, expand: bool, modify: bool ) -> bool
👎Deprecated: Since 4.10
sourcefn row_activated(&self, path: &TreePath, column: &TreeViewColumn)
 
fn row_activated(&self, path: &TreePath, column: &TreeViewColumn)
👎Deprecated: Since 4.10
Activates the cell determined by @path and @column.
Deprecated since 4.10
Use ListView or ColumnView instead
path
The TreePath to be activated.
column
The TreeViewColumn to be activated.
sourcefn row_collapsed(&self, iter: &TreeIter, path: &TreePath)
 
fn row_collapsed(&self, iter: &TreeIter, path: &TreePath)
👎Deprecated: Since 4.10
sourcefn row_expanded(&self, iter: &TreeIter, path: &TreePath)
 
fn row_expanded(&self, iter: &TreeIter, path: &TreePath)
👎Deprecated: Since 4.10
sourcefn select_all(&self) -> bool
 
fn select_all(&self) -> bool
👎Deprecated: Since 4.10
sourcefn select_cursor_parent(&self) -> bool
 
fn select_cursor_parent(&self) -> bool
👎Deprecated: Since 4.10
sourcefn select_cursor_row(&self, start_editing: bool) -> bool
 
fn select_cursor_row(&self, start_editing: bool) -> bool
👎Deprecated: Since 4.10
sourcefn start_interactive_search(&self) -> bool
 
fn start_interactive_search(&self) -> bool
👎Deprecated: Since 4.10
sourcefn test_collapse_row(&self, iter: &TreeIter, path: &TreePath) -> bool
 
fn test_collapse_row(&self, iter: &TreeIter, path: &TreePath) -> bool
👎Deprecated: Since 4.10
sourcefn test_expand_row(&self, iter: &TreeIter, path: &TreePath) -> bool
 
fn test_expand_row(&self, iter: &TreeIter, path: &TreePath) -> bool
👎Deprecated: Since 4.10
sourcefn toggle_cursor_row(&self) -> bool
 
fn toggle_cursor_row(&self) -> bool
👎Deprecated: Since 4.10
sourcefn unselect_all(&self) -> bool
 
fn unselect_all(&self) -> bool
👎Deprecated: Since 4.10