Home
last modified time | relevance | path

Searched refs:expand_and_select (Results 1 – 6 of 6) sorted by relevance

/dports/devel/regexxer/regexxer-0.10/src/
H A Dfiletree.h141 void expand_and_select(const Gtk::TreeModel::Path& path);
H A Dfiletree.cc182 expand_and_select(path_match_first_); in select_first_file()
196 expand_and_select(Gtk::TreeModel::Path(iter)); in select_next_file()
625 void FileTree::expand_and_select(const Gtk::TreeModel::Path& path) in expand_and_select() function in Regexxer::FileTree
H A Dfiletreeprivate.cc287 filetree_.expand_and_select(path); in do_undo()
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Doptions.h175 void expand_and_select(GtkTreeView *treeview, GtkTreeModel *model, GtkTreeIter *iter);
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Doptions.cc203 self->expand_and_select(GTK_TREE_VIEW(self->_w.treeview), model, &iter_child); in on_button_new_clicked()
208 OptionsWindow::expand_and_select(GtkTreeView *treeview, GtkTreeModel *model, GtkTreeIter *iter) in expand_and_select() function in OptionsWindow
241 self->expand_and_select(GTK_TREE_VIEW(self->_w.treeview), model, &copy); in on_button_copy_clicked()
/dports/devel/regexxer/regexxer-0.10/
H A DChangeLog2806 :expand_and_select): Replace the calls to TreeSelection::select() and
2808 * src/filetree.cc (FileTree::expand_and_select): Replace the
2812 first call to expand_and_select() doesn't always scroll to the
4089 (expand_and_select): Get rid of compatibility code for GTK+ < 2.2.
4613 (expand_and_select): Make use of Gtk::TreeView::expand_to_path() if available.
4625 * src/filetree.cc (expand_and_select): Use the lazy scrolling feature
4634 …(expand_and_select): Don't pass row_align to Gtk::TreeView::scroll_to_row() if compiling for gtkmm…