![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct ETreeSelectionModel; ESelectionModel * e_tree_selection_model_new (void
); void (*ETreeForeachFunc) (ETreePath path
,gpointer closure
); void e_tree_selection_model_foreach (ETreeSelectionModel *etsm
,ETreeForeachFunc callback
,gpointer closure
); void e_tree_selection_model_select_single_path (ETreeSelectionModel *etsm
,ETreePath path
); void e_tree_selection_model_select_paths (ETreeSelectionModel *etsm
,GPtrArray *paths
); void e_tree_selection_model_add_to_selection (ETreeSelectionModel *etsm
,ETreePath path
); void e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm
,ETreePath path
); ETreePath e_tree_selection_model_get_cursor (ETreeSelectionModel *etsm
);
"cursor-col" gint : Read / Write "cursor-row" gint : Read / Write "etta" ETreeTableAdapter* : Read / Write "model" ETreeModel* : Read / Write
void e_tree_selection_model_foreach (ETreeSelectionModel *etsm
,ETreeForeachFunc callback
,gpointer closure
);
void e_tree_selection_model_select_single_path (ETreeSelectionModel *etsm
,ETreePath path
);
void e_tree_selection_model_select_paths (ETreeSelectionModel *etsm
,GPtrArray *paths
);
void e_tree_selection_model_add_to_selection (ETreeSelectionModel *etsm
,ETreePath path
);
void e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm
,ETreePath path
);
ETreePath e_tree_selection_model_get_cursor (ETreeSelectionModel *etsm
);