Home
last modified time | relevance | path

Searched +refs:gui +refs:set +refs:selection (Results 1 – 25 of 7983) sorted by relevance

12345678910>>...320

/dports/editors/cream/cream-0.43/
H A Dcream-colors.vim36 "" set 'background' back to the default. The value can't always be estimated
39 "set background&
41 " Remove all existing highlighting and set the defaults.
44 " guess background (will be adjusted/re-set in individual color schemes)
46 set background=light
48 set background=dark
77 " if called, change selection, too (otherwise don't change)
85 " if called, change selection, too (otherwise don't change)
117 " we don't offer the selection to others, this scheme only
167 " if called, change selection, too
[all …]
H A Dcream-colors-matrix.vim1 " vim:set ts=8 sts=2 sw=2 tw=0:
8 set background=dark
23 hi DiffAdd guifg=#55ff55 guibg=#226622 gui=none
29 hi DiffText guifg=#55ff55 guibg=#339933 gui=bold
53 hi Search guifg=#113311 guibg=#44cc44 gui=none
64 " titles for output from ":set all", ":autocmd" etc.
65 hi Title guifg=#55ff55 guibg=#113311 gui=bold
66 " Visual mode selection
68 " Visual mode selection when vim is "Not Owning the Selection".
81 hi Type guifg=#55ff55 guibg=#000000 gui=bold
[all …]
/dports/deskutils/gnome-photos/gnome-photos-40.0/help/C/
H A Dselection-mode.page.stub23 <title>Using selection mode</title>
26 … a selection on a set of photos or albums to perform a desired operation on the selected set. For …
36 Click on the check mark icon labelled <gui style="button">Select Items
37 </gui>on the primary toolbar at the top right corner to go into selection
48 Click and drag to form a rubber-band selection
60 <title>To cancel selection mode:</title>
62 <title>One can cancel selection mode in either one of the following ways:</title>
65 Click on the <gui style="button">Cancel</gui> button which appears
66 on the primary toolbar in selection mode.
79 …In selection mode a new button replaces the existing ones on the primary toolbar which provides…
H A Dimg-properties.page.stub22 …iewed for an individual album or photo and cannot be viewed for a selected set of albums or photos.
27 <item><p>Select the photo or album using any one of the selection modes.</p></item>
28 …wer secondary toolbar appears, click on <gui style="button">Properties</gui> to view properties of…
29 <item><p>Click <gui style="button">Done</gui> to close the Properties window.</p></item>
41 …<gui style="input">Title</gui> is an editable attribute of an image or album and can be changed by…
45 Select the photo or album using any one of the selection modes.
48 The lower secondary toolbar appears, click on <gui style="button">Properties</gui>.
51 …A window titled <gui>Properties</gui> appears, edit the text for the <gui style="input">Title</gui
54 On completion, click <gui style="button">Done</gui>.
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/
H A Dowconcordance.py13 from Orange.widgets import gui
38 indexes = selection.indexes() if isinstance(selection, QItemSelection) \
39 else [selection]
96 self.n_types = len(set(chain.from_iterable(self.tokens)))
148 self.colored_rows = set(sorted({d[0] for d in self.word_index})[::2])
217 gui.rubber(self.controlArea)
221 self.input = gui.lineEdit(
257 selection = self.conc_view.selectionModel().selection()
258 self.selected_rows = sorted(set(cell.row() for cell in selection.indexes()))
262 if selection:
[all …]
/dports/deskutils/glabels/glabels-3.4.1/help/C/
H A Dselect.page28 selection of individual objects or groups of objects. The
29 display area must be in the object selection mode to create new
31 selection mode is selected by the
41 Once selected the object will be highlighted with a set of
50 Individual objects can be added to an existing selection
65 selection. An area selection can be used to add to an existing
66 selection by holding the <key>Ctrl</key> key while
67 performing the selection.</p>
75 selection by holding the <key>Ctrl</key> key while
78 <gui>Edit</gui> <gui>Un-select All</gui>
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/
H A Dmulaclab.m1867 set(gui.layListId, 'Value', 1);
2501 set(gui.mainFigId,...
2503 set(gui.mainFigId,...
3253 gui.selecSubband.selection = [];
3265 gui.selecSubband.selection = [point(1, 2), point(1, 2)];
3270 yVal = gui.selecSubband.selection;
3292 gui.selecSubband.selection(2) = point(1,2);
3295 [gui.selecSubband.selection(1), gui.selecSubband.selection(1),...
3296 gui.selecSubband.selection(2), gui.selecSubband.selection(2),...
3297 gui.selecSubband.selection(1)]);
[all …]
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/widgets/
H A DOWNxExplorer.py230 neighbours = set(selected)
233 next_round = set()
238 neighbours -= set(selected)
244 ids = set(self.subset_data.ids)
352 selection = self.graph.get_selection()
353 if not len(selection) or np.max(selection) == 0:
356 elif np.max(selection) == 1:
367 self.nSelected = 0 if self.selection is None else len(self.selection)
500 elif len(set(self.edges.data)) == 1:
536 reachable = set(to_check)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/console/
H A DSwingScilabConsole.java16 package org.scilab.modules.gui.bridge.console;
61 import org.scilab.modules.gui.utils.Position;
62 import org.scilab.modules.gui.utils.Size;
502 String selection = ""; in getSelectedText() local
504 selection += output.getSelectedText(); in getSelectedText()
508 selection += input.getSelectedText(); in getSelectedText()
510 return selection; in getSelectedText()
537 String selection = getSelectedText(); in evaluateSelectionWithEcho() local
538 if (selection.compareTo("") != 0) { in evaluateSelectionWithEcho()
561 String selection = getSelectedText(); in copyToClipboard() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/attributetable/
H A Dqgsifeatureselectionmanager.sip.in4 * src/gui/attributetable/qgsifeatureselectionmanager.h *
15 Is an interface class to abstract feature selection handling.
42 Change selection to the new set of features. Dismisses the current selection.
44 clearAndSelect flag set.
46 :param ids: The ids which will be the new selection
64 Emitted when selection was changed.
68 :param clearAndSelect: In case this is set to ``True``, the old selection was dismissed and the new…
75 * src/gui/attributetable/qgsifeatureselectionmanager.h *
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/attributetable/
H A Dqgsifeatureselectionmanager.sip.in4 * src/gui/attributetable/qgsifeatureselectionmanager.h *
15 Is an interface class to abstract feature selection handling.
42 Change selection to the new set of features. Dismisses the current selection.
44 clearAndSelect flag set.
46 :param ids: The ids which will be the new selection
64 Emitted when selection was changed.
68 :param clearAndSelect: In case this is set to ``True``, the old selection was dismissed and the new…
75 * src/gui/attributetable/qgsifeatureselectionmanager.h *
/dports/science/py-ase/ase-3.22.0/ase/visualize/
H A Dngl.py42 list(set(self.struct.get_chemical_symbols())),
64 self.gui = HBox([self.view, VBox(wdg)])
66 self.gui.view = self.view
67 self.gui.control_box = self.gui.children[1]
68 self.gui.custom_colors = self.custom_colors
83 for e in set(self.struct.get_chemical_symbols()):
86 self.view.add_spacefill(selection='#' + e,
89 self.view.add_spacefill(selection='#' + e)
116 return NGLDisplay(atoms, w, h).gui
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/
H A Dnotify.rkt4 racket/gui/base
14 ;; See private/notify.rkt for the non-gui parts of notify-boxes.
26 #;(send nb set (send menu-item is-checked?))
27 (send nb set (not (send nb get)))))))
37 (lambda (c e) (send nb set (send c get-value))))))
38 (send nb listen (lambda (value) (send checkbox set-value value)))
48 (callback (lambda (c e) (send nb set (send c get-string-selection))))))
49 (send choice set-string-selection (send nb get))
50 (send nb listen (lambda (value) (send choice set-string-selection value)))
62 (lambda _ (send nb set option)))))
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/controller/
H A Deditor_controller.cpp89 cursor::set(cursor::NORMAL); in editor_controller()
91 gui().create_buttons(); in editor_controller()
92 gui().redraw_everything(); in editor_controller()
630 const std::set<map_location>& area = in do_execute_command()
875 get_current_map_context().map().selection())); in do_execute_command()
973 gui().set_draw_coordinates(!gui().get_draw_coordinates()); in do_execute_command()
978 gui().set_draw_terrain_codes(!gui().get_draw_terrain_codes()); in do_execute_command()
983 gui().set_draw_num_of_bitmaps(!gui().get_draw_num_of_bitmaps()); in do_execute_command()
1189 const std::set<map_location>& area = get_current_map_context().map().selection(); in save_area()
1195 const std::set<map_location>& area = get_current_map_context().map().selection(); in add_area()
[all …]
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/widgets/
H A Dowdotmatrix.py5 from Orange.widgets import widget, gui
54 selection = ContextSetting(set()) variable in OWDotMatrix
72 box = gui.vBox(self.controlArea, "Info")
83 box = gui.vBox(self.controlArea, "Options")
96 gui.rubber(self.controlArea)
98 self.apply_button = gui.auto_commit(
204 if len(self.selection):
205 cluster_ids = set()
206 gene_ids = set()
207 for (ir, ic) in self.selection:
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/lang/private/
H A Dtp-dialog.rkt2 (require racket/gui/base
96 (clear-selection x))
125 (when (send lb get-selection)
132 (define (clear-selection lb)
171 (post-compilation-gui-cleanup short-name)]
199 (post-compilation-gui-cleanup short-name)])
203 (define (post-compilation-gui-cleanup short-name)
206 (clear-selection pre-installed-lb))
207 (send user-installed-lb set-string-selection (path->string short-name)))
329 (gui-utils:ok/cancel-buttons button-panel
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowbarplot.py18 from Orange.widgets import gui
332 self.selection = list(set(self.selection) ^ set(indices))
334 self.selection = list(set(self.selection) - set(indices))
336 self.selection = list(set(self.selection) | set(indices))
338 self.selection = list(set(indices))
434 self.selection = list(set(self.grouped_indices[indices]))
439 gui.rubber(self.controlArea)
441 gui.comboBox(
450 gui.comboBox(
463 gui.comboBox(
[all …]
H A Dowsieve.py16 from Orange.widgets import gui, settings
96 selection = ContextSetting(set()) variable in OWSieveDiagram
108 self.selection = set()
118 gui.comboBox(value="attr_x", **combo_args)
120 gui.comboBox(value="attr_y", **combo_args)
172 self.selection = set()
186 self.selection = set()
209 self.selection = set()
271 self.selection = set()
275 self.selection = set()
[all …]
H A Dowviolinplot.py22 from Orange.widgets import gui
403 self.__selection: Set[int] = set()
535 self.__selection = set()
543 self.__selection |= set(np.flatnonzero(mask))
657 self.__selection = set()
688 selection = set(np.flatnonzero(mask))
692 selection |= self.__selection - set(np.flatnonzero(remove_mask))
707 self.__selection = set()
864 if not selection:
866 self.value_var = selection.indexes()[0].data(gui.TableVariable)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/games/parcheesi/
H A Dadmin-gui.rkt9 (require "gui.rkt"
159 (set! gui-player-accept-move-buttons
161 (set! gui-player-reset-move-buttons
344 (define/private (add-choose-player-controls color parent-panel init-selection)
347 (vector-set! players color-index (index->player init-selection))
350 (selection init-selection)
361 (send rb get-selection))))))))
368 (define/private (make-player-control-panel parent color ah aw init-selection)
386 (add-choose-player-controls color choose-player-panel init-selection)
583 (inherit set-selection-visible)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/quickscript/
H A Dlibrary-gui.rkt3 racket/gui/base
12 (provide make-library-gui)
27 (define (make-library-gui [the-lib-file library-file]
37 (define (files-lb-selection-values)
52 (send files-lb set
69 (set! dir
77 (send dir-lb set-string-selection (path->string dir))
100 (define files-lb-selection (send files-lb get-selection))
103 (send files-lb set-selection files-lb-selection))
162 (send dir-lb set-string-selection dir)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/quickscript/scribblings/
H A Dquickscript.scrbl10 (for-label racket/gui)
18 @(define gui italic) @; Who exports @gui{ normally?
73 (λ (selection)
102 #:output-to selection
106 (λ (selection #:frame fr
178 (λ (selection) ....)
291 (λ (selection)
292 (set! count (+ count 1))
302 @gui{Scripts|Manage|Reload menu} and @gui{Scripts|Manage|Compile scripts}
335 …led from a third party package (like quickscript-extra), it comes with its set of own values for i…
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/browser/
H A Dexternal.rkt3 racket/gui
111 (fw:gui-utils:ok/cancel-buttons
196 (send r set-selection custom-index)
218 (send r set-selection custom-index)
223 [(null? x) (send r set-selection n)]
225 (send r set-selection n)
280 [update-gui
285 (send rb set-selection 1)
292 (send rb set-selection 0)
299 (update-gui val)))
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/evaluate/
H A Dowconfusionmatrix.py17 from Orange.widgets import widget, gui
45 BorderRole = next(gui.OrangeUserRole)
46 BorderColorRole = next(gui.OrangeUserRole)
108 selection = ContextSetting(set()) variable in OWConfusionMatrix
133 self.learners_box = gui.listBox(
139 box = gui.hBox(self.outputbox)
150 sbox = gui.hBox(box)
151 gui.rubber(sbox)
171 selbox = gui.hBox(box)
347 selection = None
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpivot.py24 from Orange.widgets import gui
33 BorderRole = next(gui.OrangeUserRole)
155 set(self._depen_agg_done.keys()) | set(agg_funs)
753 selection = Setting(set(), schema_only=True) variable in OWPivot
781 gui.comboBox(gui.vBox(self.controlArea, box="Rows"),
788 gui.comboBox(gui.vBox(self.controlArea, box="Columns"),
796 gui.comboBox(gui.vBox(self.controlArea, box="Values"),
864 self.selection = set()
869 self.selection = set()
876 self.selection = set()
[all …]

12345678910>>...320