Home
last modified time | relevance | path

Searched refs:get_selected_rows (Results 76 – 100 of 485) sorted by relevance

12345678910>>...20

/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dactions.cc332 std::vector<Gtk::TreePath> paths = sel->get_selected_rows(); in drag_data_received_vfunc()
358 std::vector<Gtk::TreePath> paths = sel->get_selected_rows(); in row_draggable_vfunc()
411 std::vector<Gtk::TreePath> paths = sel->get_selected_rows(); in drag_data_received_vfunc()
502 std::vector<Gtk::TreePath> paths = tv.get_selection()->get_selected_rows(); in on_button_delete()
579 std::vector<Gtk::TreePath> paths = tv.get_selection()->get_selected_rows(); in on_reset_actions()
782 std::vector<Gtk::TreePath> paths = tv.get_selection()->get_selected_rows(); in get_selected_row()
792 std::vector<Gtk::TreePath> paths = tv.get_selection()->get_selected_rows(); in on_selection_changed()
808 std::vector<Gtk::TreePath> paths = tv.get_selection()->get_selected_rows(); in on_button_new()
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/editors/
H A Dpart_editor.cpp353 for (auto &path : sel->get_selected_rows()) { in PartEditor()
378 for (auto &path : sel->get_selected_rows()) { in PartEditor()
400 auto rows = sel->get_selected_rows(); in PartEditor()
419 auto rows = sel->get_selected_rows(); in PartEditor()
591 for (auto &path : sel->get_selected_rows()) { in map_pin()
603 auto it_pad = pad_store->get_iter(sel->get_selected_rows().at(0)); in map_pin()
/dports/audio/exaile/exaile-4.1.1/xlgui/panel/
H A Dradio.py314 (mods, paths) = self.tree.get_selection().get_selected_rows()
341 (mods, paths) = self.tree.get_selection().get_selected_rows()
347 (mods, paths) = self.tree.get_selection().get_selected_rows()
461 info = selection.get_selected_rows()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dplaylist.vala185 var list = selection.get_selected_rows (out model);
210 var list = selection.get_selected_rows (out model);
323 var list = (this.treeview.get_selection ()).get_selected_rows (out model);
426 var list = (this.treeview.get_selection ()).get_selected_rows (out model);
/dports/accessibility/atkmm/atkmm-2.28.0/atk/src/
H A Dtable.hg96 Glib::ArrayHandle<int> get_selected_rows() const;
144 _WRAP_VFUNC(int get_selected_rows(int** selected) const, get_selected_rows)
H A Dtable.ccg36 Glib::ArrayHandle<int> Table::get_selected_rows() const
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dvideo.py212 rows = page.view.get_selected_rows()
294 rows = page.view.get_selected_rows()
303 rows = page.view.get_selected_rows()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dshowcols.cxx52 auto nSelectedRows = m_xList->get_selected_rows(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dshowcols.cxx50 auto nSelectedRows = m_xList->get_selected_rows(); in IMPL_LINK_NOARG()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dpersontreeview.py106 (model, pathlist) = self.selection.get_selected_rows()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtreeselection.cc175 TreeSelection::ListHandle_Path TreeSelection::get_selected_rows() const in get_selected_rows() function in Gtk::TreeSelection
181 TreeSelection::ListHandle_Path TreeSelection::get_selected_rows(Glib::RefPtr<TreeModel>& model) in get_selected_rows() function in Gtk::TreeSelection
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx121 auto aSelection = m_xEntries->get_selected_rows(); in collectSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx122 auto aSelection = m_xEntries->get_selected_rows(); in collectSelection()
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dmultitreeview.py51 model, paths = self.get_selection().get_selected_rows()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/dialogs/
H A Dinsert.py74 index = page.view.get_selected_rows()[-1]
H A Dsplit.py53 rows = page.view.get_selected_rows()
/dports/www/eolie/eolie-0.9.101/eolie/
H A Ddialog_modify_ua.py71 (model, items) = selection.get_selected_rows()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtree_selection.rs41 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel); in get_selected_rows() method
115 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel) { in get_selected_rows() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtree_selection.rs41 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel); in get_selected_rows() method
115 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel) { in get_selected_rows() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtree_selection.rs41 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel); in get_selected_rows() method
115 fn get_selected_rows(&self) -> (Vec<TreePath>, TreeModel) { in get_selected_rows() method
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtreeselection.cc174 std::vector<TreeModel::Path> TreeSelection::get_selected_rows() const in get_selected_rows() function in Gtk::TreeSelection
180 std::vector<TreeModel::Path> TreeSelection::get_selected_rows(Glib::RefPtr<TreeModel>& model) in get_selected_rows() function in Gtk::TreeSelection
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/part_wizard/
H A Dpad_editor.cpp39 auto rows = lb->get_selected_rows(); in __anonc2097aae0202()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dexifpanel.cc255 std::vector<Gtk::TreeModel::Path> sel = selection->get_selected_rows(); in refreshTags()
420 std::vector<Gtk::TreeModel::Path> sel = selection->get_selected_rows(); in exifSelectionChanged()
450 auto sel = exifTree->get_selection()->get_selected_rows(); in resetPressed()
467 auto sel = exifTree->get_selection()->get_selected_rows(); in resetAllPressed()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmidi_list_editor.cc282 TreeView::Selection::ListHandle_Path rows = view.get_selection()->get_selected_rows (); in scroll_event()
512 TreeView::Selection::ListHandle_Path rows = selection->get_selected_rows (); in delete_selected_note()
715 TreeView::Selection::ListHandle_Path rows = view.get_selection()->get_selected_rows (); in edited()
819 TreeView::Selection::ListHandle_Path rows = view.get_selection()->get_selected_rows (); in selection_changed()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dbookmarks.py177 remove.set_sensitive(bool(selection.get_selected_rows()[1]))
180 model, paths = selection.get_selected_rows()

12345678910>>...20