ETreeSelectionModel

ETreeSelectionModel

Functions

Description

Functions

ETreeForeachFunc ()

void
(*ETreeForeachFunc) (ETreePath path,
                     gpointer closure);

ETreeForeachFunc is deprecated and should not be used in newly-written code.


e_tree_selection_model_new ()

ESelectionModel *
e_tree_selection_model_new (void);

e_tree_selection_model_new is deprecated and should not be used in newly-written code.


e_tree_selection_model_foreach ()

void
e_tree_selection_model_foreach (ETreeSelectionModel *etsm,
                                ETreeForeachFunc callback,
                                gpointer closure);

e_tree_selection_model_foreach is deprecated and should not be used in newly-written code.


e_tree_selection_model_select_single_path ()

void
e_tree_selection_model_select_single_path
                               (ETreeSelectionModel *etsm,
                                ETreePath path);

e_tree_selection_model_select_single_path is deprecated and should not be used in newly-written code.


e_tree_selection_model_select_paths ()

void
e_tree_selection_model_select_paths (ETreeSelectionModel *etsm,
                                     GPtrArray *paths);

e_tree_selection_model_select_paths is deprecated and should not be used in newly-written code.


e_tree_selection_model_add_to_selection ()

void
e_tree_selection_model_add_to_selection
                               (ETreeSelectionModel *etsm,
                                ETreePath path);

e_tree_selection_model_add_to_selection is deprecated and should not be used in newly-written code.


e_tree_selection_model_change_cursor ()

void
e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm,
                                      ETreePath path);

e_tree_selection_model_change_cursor is deprecated and should not be used in newly-written code.


e_tree_selection_model_get_cursor ()

ETreePath
e_tree_selection_model_get_cursor (ETreeSelectionModel *etsm);

e_tree_selection_model_get_cursor is deprecated and should not be used in newly-written code.


e_tree_selection_model_get_selection_start_row ()

gint
e_tree_selection_model_get_selection_start_row
                               (ETreeSelectionModel *etsm);

e_tree_selection_model_get_selection_start_row is deprecated and should not be used in newly-written code.


e_tree_selection_model_set_selection_start_row ()

void
e_tree_selection_model_set_selection_start_row
                               (ETreeSelectionModel *etsm,
                                gint row);

e_tree_selection_model_set_selection_start_row is deprecated and should not be used in newly-written code.

Types and Values