Home
last modified time | relevance | path

Searched refs:selectedrows (Results 1 – 5 of 5) sorted by path

/dports/audio/easytag/easytag-2.4.3/src/
H A Dcddb_dialog.c2367 GList *selectedrows = NULL; in Cddb_Set_Track_Infos_To_File_List() local
2402 selectedrows = gtk_tree_selection_get_selected_rows(selection, NULL); in Cddb_Set_Track_Infos_To_File_List()
2494 currentPath = (GtkTreePath *)selectedrows->data; in Cddb_Set_Track_Infos_To_File_List()
2497 selectedrows = g_list_next(selectedrows); in Cddb_Set_Track_Infos_To_File_List()
2498 currentPath = (GtkTreePath *)selectedrows->data; in Cddb_Set_Track_Infos_To_File_List()
2560 g_list_free_full (g_list_first (selectedrows), in Cddb_Set_Track_Infos_To_File_List()
/dports/editors/lazarus-qt5/docs/chm/
H A Dlcl.xct16430 SelectedRows dbgrids/tcustomdbgrid.selectedrows.html
16499 SelectedRows dbgrids/tcustomdbgrid.selectedrows.html
/dports/editors/lazarus/docs/chm/
H A Dlcl.xct16430 SelectedRows dbgrids/tcustomdbgrid.selectedrows.html
16499 SelectedRows dbgrids/tcustomdbgrid.selectedrows.html
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dselectorsdialog.cpp1361 std::vector<Gtk::TreeModel::Path> selectedrows = _treeView.get_selection()->get_selected_rows(); in _selectRow() local
1362 if (selectedrows.size() == 1) { in _selectRow()
1363 Gtk::TreeModel::Row row = *_store->get_iter(selectedrows[0]); in _selectRow()
1370 } else if (selectedrows.size() == 0) { in _selectRow()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/snippet/
H A Dwidget.py312 selectedrows = [i.row() for i in self.treeView.selectedIndexes()
315 names = [names[row] for row in selectedrows or allrows]