Home
last modified time | relevance | path

Searched refs:refTreeSelection (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Doperationstree.cc71 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = tree.get_selection(); in OperationsTreeWidget() local
72 refTreeSelection->signal_changed().connect( in OperationsTreeWidget()
79 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = tree.get_selection(); in on_selection_changed() local
80 Gtk::TreeStore::iterator iter = refTreeSelection->get_selected(); in on_selection_changed()
505 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = op_tree->get_selection(); in add_layer() local
506 Gtk::TreeStore::iterator iter = refTreeSelection->get_selected(); in add_layer()
H A Dlayertree.cc798 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in get_selected_layer() local
801 refTreeSelection->get_selected_rows(); in get_selected_layer()
820 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in get_selected_layer_id() local
823 refTreeSelection->get_selected_rows(); in get_selected_layer_id()
880 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in select_row() local
884 refTreeSelection->select( iter ); in select_row()
893 refTreeSelection->select( first_row ); in select_row()
H A Dlayerwidget.cc1062 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in get_selected_layer_ui() local
1099 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in on_selection_changed() local
1496 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = in select_row() local
1500 refTreeSelection->select( iter ); in select_row()
1988 refTreeSelection->get_selected_rows(); in add_layer()
2181 refTreeSelection->get_selected_rows(); in insert_preset()
2364 refTreeSelection->get_selected_rows(); in remove_layers()
2381 refTreeSelection->unselect_all(); in remove_layers()
2509 refTreeSelection->get_selected_rows(); in on_button_add_group()
2747 refTreeSelection->get_selected_rows(); in on_button_save()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/demos/gtk-demo/
H A Dexample_treeview_editable_cells.cc125 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = m_TreeView.get_selection(); in Example_TreeView_EditableCells() local
126 refTreeSelection->set_mode(Gtk::SELECTION_SINGLE); in Example_TreeView_EditableCells()
H A Dexample_treeview_treestore.cc169 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = m_TreeView.get_selection(); in Example_TreeView_TreeStore() local
170 refTreeSelection->set_mode(Gtk::SELECTION_MULTIPLE); in Example_TreeView_TreeStore()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_treeview_editable_cells.cc123 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = m_TreeView.get_selection(); in Example_TreeView_EditableCells() local
124 refTreeSelection->set_mode(Gtk::SELECTION_SINGLE); in Example_TreeView_EditableCells()
H A Dexample_treeview_treestore.cc168 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = m_TreeView.get_selection(); in Example_TreeView_TreeStore() local
169 refTreeSelection->set_mode(Gtk::SELECTION_MULTIPLE); in Example_TreeView_TreeStore()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dselectorsdialog.cpp1219 Glib::RefPtr<Gtk::TreeSelection> refTreeSelection = _treeView.get_selection(); in _delSelector() local
1220 Gtk::TreeModel::iterator iter = refTreeSelection->get_selected(); in _delSelector()