Home
last modified time | relevance | path

Searched refs:treeSelection (Results 1 – 25 of 32) sorted by relevance

12

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dtree_selection.go9 type treeSelection struct { struct
14 func wrapTreeSelectionSimple(v *gtk.TreeSelection) *treeSelection {
18 return &treeSelection{gliba.WrapObjectSimple(v.Object), v}
21 func wrapTreeSelection(v *gtk.TreeSelection, e error) (*treeSelection, error) {
29 return v.(*treeSelection).internal
32 func (v *treeSelection) SelectIter(v1 gtki.TreeIter) { argument
36 func (v *treeSelection) UnselectPath(v1 gtki.TreePath) { argument
40 func (v *treeSelection) GetSelected() (gtki.TreeModel, gtki.TreeIter, bool) { argument
H A Dgtk_iface_testers.go57 gtki.AssertTreeSelection(&treeSelection{})
H A Dwrap_map.go629 case *treeSelection:
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelVibration.c101 static GtkTreeSelection *treeSelection; variable
216 treeSelection = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeView)); in createInteriorVibe()
217 gtk_tree_selection_set_mode (treeSelection, GTK_SELECTION_SINGLE); in createInteriorVibe()
302 sel_sig = g_signal_connect(G_OBJECT(treeSelection), "changed", in createInteriorVibe()
329 g_signal_handler_block(treeSelection, sel_sig); in onDataFocused()
373 g_signal_handler_unblock(treeSelection, sel_sig); in onDataFocused()
433 gtk_tree_selection_unselect_all(treeSelection); in onResetClicked()
444 if (!gtk_tree_selection_get_selected(treeSelection, &model, &iter) || !vibs) in onViewClikcked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/
H A DRemoveWorkingSetElementAction.java46 ITreeSelection treeSelection= (ITreeSelection)selection; in getWorkingSet()
48 for (Object element : treeSelection.toList()) { in getWorkingSet()
49 TreePath[] paths= treeSelection.getPathsFor(element); in getWorkingSet()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/
H A DGraphSelectionDemo.java100 TreePath[] treeSelection = tree.getSelectionModel() in valueChanged()
102 Object[] graphSelection = new Object[treeSelection.length]; in valueChanged()
104 for (int i = 0; i < treeSelection.length; i++) { in valueChanged()
105 graphSelection[i] = treeSelection[i].getLastPathComponent(); in valueChanged()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/mycellmodeleditor/
H A DMyEditorComponent.java134 TreePath[] treeSelection = chooserTree.getSelectionModel() in valueChanged()
136 newModel.setValue((DefaultMutableTreeNode) treeSelection[0] in valueChanged()
139 newModel.setLabel(treeSelection[0].getLastPathComponent() in valueChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DRenameSelectionState.java100 TreeSelection treeSelection= (TreeSelection)currentSelection; in restore() local
101 TreePath[] paths= treeSelection.getPaths(); in restore()
110 newSelection[0]= new TreeSelection(paths, treeSelection.getElementComparer()); in restore()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DMultipleEqualElementsTreeViewerTest.java122 ITreeSelection treeSelection = getTreeViewer().getStructuredSelection(); in testSelection() local
123 …als(new TreeSelection(new TreePath(new Object[] { element_1, element_1_3 }), null), treeSelection); in testSelection()
132 treeSelection = getTreeViewer().getStructuredSelection(); in testSelection()
133 List<TreePath> paths = Arrays.asList(treeSelection.getPaths()); in testSelection()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dnotrelated.py146 self.treeSelection = self.treeView.get_selection()
147 self.treeSelection.set_mode(Gtk.SelectionMode.MULTIPLE)
148 self.treeSelection.set_select_function(self.selectIsAllowed, None)
149 self.treeSelection.connect('changed', self.rowSelectionChanged)
239 rows = self.treeSelection.count_selected_rows()
269 (model, paths) = self.treeSelection.get_selected_rows()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/
H A DWorkingSetDropAdapter.java156 ITreeSelection treeSelection= (ITreeSelection)fSelection; in validateTarget() local
157 TreePath[] paths= treeSelection.getPaths(); in validateTarget()
254 ITreeSelection treeSelection= (ITreeSelection)fSelection; in performElementRearrange() local
255 Map<IWorkingSet, List<Object>> workingSets= groupByWorkingSets(treeSelection.getPaths()); in performElementRearrange()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/panelexample/
H A DFlyweightUIComponent.java284 TreePath[] treeSelection = chooserTree.getSelectionModel() in valueChanged()
286 newModel.setValue((DefaultMutableTreeNode) treeSelection[0] in valueChanged()
289 newModel.setLabel(treeSelection[0].getLastPathComponent() in valueChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/
H A DPreviewPatchPage2.java245 TreeSelection treeSelection = (TreeSelection) selection; in initializeActions()
246 Iterator<?> iter = treeSelection.iterator(); in initializeActions()
255 updateActions(treeSelection); in initializeActions()
267 TreeSelection treeSelection = (TreeSelection) selection; in initializeActions()
268 Iterator<?> iter = treeSelection.iterator(); in initializeActions()
277 updateActions(treeSelection); in initializeActions()
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DOpenDirDialog.h112 void treeSelection( const QModelIndex & newCurrentItem,
H A DOpenDirDialog.cpp133 this, SLOT ( treeSelection ( QModelIndex, QModelIndex ) ) );
243 void OpenDirDialog::treeSelection( const QModelIndex & newCurrentItem,
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/settings/
H A DPreferenceDialog.cpp91 static void treeSelection (GtkTreeSelection* selection, gpointer data) in treeSelection() function
250 g_signal_connect(G_OBJECT(selection), "changed", G_CALLBACK(treeSelection), this); in BuildDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTree.java1927 TreeItem [] treeSelection = new TreeItem [count];
1933 treeSelection [length] = _getItem (iter);
1943 System.arraycopy(treeSelection, 0, temp, 0, length);
1944 treeSelection = temp;
1946 return treeSelection;
2085 TreeItem treeSelection = null;
2090 treeSelection = _getItem (iter);
2094 if (topItem == treeSelection) {
2098 return treeSelection;
H A DList.java701 int [] treeSelection = new int [count]; in getSelectionIndices() local
709 treeSelection [length] = index [0]; in getSelectionIndices()
717 System.arraycopy (treeSelection, 0, result, 0, length); in getSelectionIndices()
H A DTable.java1800 int [] treeSelection = new int [count]; in getSelection() local
1808 treeSelection [length] = index [0]; in getSelection()
1816 for (int i=0; i<result.length; i++) result [i] = _getItem (treeSelection [i]); in getSelection()
1898 int [] treeSelection = new int [count]; in getSelectionIndices() local
1906 treeSelection [length] = index [0]; in getSelectionIndices()
1914 System.arraycopy (treeSelection, 0, result, 0, length); in getSelectionIndices()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTree.java2020 TreeItem [] treeSelection = new TreeItem [count];
2026 treeSelection [length] = _getItem (iter);
2036 System.arraycopy(treeSelection, 0, temp, 0, length);
2037 treeSelection = temp;
2039 return treeSelection;
2178 TreeItem treeSelection = null;
2183 treeSelection = _getItem (iter);
2187 if (topItem == treeSelection) {
2191 return treeSelection;
H A DList.java719 int [] treeSelection = new int [count]; in getSelectionIndices() local
727 treeSelection [length] = index [0]; in getSelectionIndices()
735 System.arraycopy (treeSelection, 0, result, 0, length); in getSelectionIndices()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/
H A DNewJavaProjectWizardPageOne.java1477 ITreeSelection treeSelection= (ITreeSelection) selection; in getSelectedWorkingSet()
1478 if (treeSelection.isEmpty()) in getSelectedWorkingSet()
1481 List<?> elements= treeSelection.toList(); in getSelectedWorkingSet()
1484 TreePath[] paths= treeSelection.getPathsFor(element); in getSelectedWorkingSet()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dpreferences.cpp591 static void treeSelection(GtkTreeSelection* selection, gpointer data) in treeSelection() function
816 g_signal_connect(G_OBJECT(selection), "changed", G_CALLBACK(treeSelection), this); in BuildDialog()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dpreferences.cpp565 static void treeSelection( GtkTreeSelection* selection, gpointer data ){ in treeSelection() function
767 g_signal_connect( G_OBJECT( selection ), "changed", G_CALLBACK( treeSelection ), this ); in BuildDialog()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/
H A DFileSystemBrowser.java1047 Record<A> treeSelection = getTreeSelection(); in getSelection() local
1048 if(treeSelection != null) { in getSelection()
1050 result.add(treeSelection); in getSelection()

12