Home
last modified time | relevance | path

Searched refs:change_selection (Results 1 – 25 of 37) sorted by relevance

12

/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_find.c91 int change_selection) in find_single_object() argument
96 if (change_selection) { in find_single_object()
128 gboolean change_selection) in o_find_object() argument
152 w_x, w_y, w_slack, change_selection)) { in o_find_object()
163 w_x, w_y, w_slack, change_selection)) { in o_find_object()
176 if (change_selection && (!w_current->SHIFTKEY)) { in o_find_object()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Do_find.c104 int change_selection) in find_single_object() argument
109 if (change_selection) { in find_single_object()
141 gboolean change_selection) in o_find_object() argument
172 w_x, w_y, w_slack, change_selection)) { in o_find_object()
183 w_x, w_y, w_slack, change_selection)) { in o_find_object()
196 if (change_selection && (!w_current->SHIFTKEY)) { in o_find_object()
/dports/graphics/minder/Minder-1.13.1/src/
H A DCanvasText.vala395 change_selection( sstart, send, "set_cursor_at_word" );
405 change_selection( _cursor, _cursor, "clear_selection" );
585 change_selection( 0, _cursor, "selection_to_start A" );
668 change_selection( null, _selstart, "backspace" );
696 change_selection( null, wpos, "backspace_word1" );
700 change_selection( wpos, wpos, "backspace_word3" );
749 change_selection( null, _cursor, "delete_word1" );
753 change_selection( _cursor, _cursor, "delete_word3" );
769 change_selection( null, _selstart, "insert" );
808 change_selection( null, _selstart, "insert" );
[all …]
H A DTextMenu.vala207 node.name.change_selection( link.start, link.end );
/dports/sysutils/dua-cli/dua-cli-2.14.11/src/interactive/widgets/
H A Dmark.rs119 Char('H') => self.change_selection(CursorDirection::ToTop),
120 Char('G') => self.change_selection(CursorDirection::ToBottom),
121 Ctrl('u') | PageUp => self.change_selection(CursorDirection::PageUp),
122 Char('k') | Up => self.change_selection(CursorDirection::Up),
123 Char('j') | Down => self.change_selection(CursorDirection::Down),
124 Ctrl('d') | PageDown => self.change_selection(CursorDirection::PageDown),
223 fn change_selection(&mut self, direction: CursorDirection) {
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dweaponeditordlg.cpp298 change_selection(); in BEGIN_MESSAGE_MAP()
307 change_selection(); in OnSelchangeList()
310 void WeaponEditorDlg::change_selection() in change_selection() function in WeaponEditorDlg
497 change_selection(); in OnOK()
506 change_selection(); in OnCancel()
515 change_selection(); in OnClose()
558 change_selection(); in OnSelchangeMissile1()
567 change_selection(); in OnSelchangeMissile2()
576 change_selection(); in OnSelchangeMissile3()
585 change_selection(); in OnSelchangeMissile4()
H A Dweaponeditordlg.h23 void change_selection();
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dweaponeditordlg.cpp314 change_selection(); in BEGIN_MESSAGE_MAP()
323 change_selection(); in OnSelchangeList()
326 void WeaponEditorDlg::change_selection() in change_selection() function in WeaponEditorDlg
529 change_selection(); in OnOK()
538 change_selection(); in OnCancel()
547 change_selection(); in OnClose()
598 change_selection(); in OnSelchangeMissile1()
615 change_selection(); in OnSelchangeMissile2()
632 change_selection(); in OnSelchangeMissile3()
649 change_selection(); in OnSelchangeMissile4()
H A Dweaponeditordlg.h23 void change_selection();
/dports/deskutils/xneur/xneur-0.20.0/plugins/statistic/
H A Dstatistic.c58 int change_selection; member
99 statistic.change_selection = 0; in on_init()
224 if (statistic.change_selection != 0) in on_xneur_stop()
226 fprintf(stream, " Change selection count = %d\n", statistic.change_selection); in on_xneur_stop()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dselection_pool.h32 void change_selection(Device* device);
57 device, &Device::selectionChanged, seat, [this, device] { change_selection(device); }); in register_device()
142 void selection_pool<Device, signal>::change_selection(Device* device) in change_selection() function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_format_dialog.cc786change_selection<ExportFormatManager::QualityState, QualityCols> (select, quality, quality_list, q… in change_quality_selection()
792 change_selection<ExportFormat, FormatCols> (select, format, format_list, format_view, format_cols); in change_format_selection()
804change_selection<ExportFormatManager::SampleRateState, SampleRateCols> (select, rate, sample_rate_… in change_sample_rate_selection()
817change_selection<HasSampleFormat::SampleFormatState, SampleFormatCols> (select, format, sample_for… in change_sample_format_selection()
823change_selection<HasSampleFormat::DitherTypeState, DitherTypeCols> (select, type, dither_type_list… in change_dither_type_selection()
828 ExportFormatDialog::change_selection (bool select, boost::weak_ptr<T> w_ptr, Glib::RefPtr<Gtk::List… in change_selection() function in ExportFormatDialog
H A Dexport_format_dialog.h119 …void change_selection (bool select, boost::weak_ptr<T> w_ptr, Glib::RefPtr<Gtk::ListStore> & list,…
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dplugin_updater.py617 def _select_and_focus_view(self, change_selection=True): argument
618 if change_selection and self.plugin_view.model().rowCount() > 0:
679 self._select_and_focus_view(change_selection=False)
763 self._select_and_focus_view(change_selection=False)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dclonetiler.h88 void change_selection(Inkscape::Selection *selection);
H A Dclonetiler.cpp1183 …n = INKSCAPE.signal_selection_changed.connect(sigc::mem_fun(*this, &CloneTiler::change_selection)); in CloneTiler()
1187 change_selection(SP_ACTIVE_DESKTOP->getSelection()); in CloneTiler()
1230 void CloneTiler::change_selection(Inkscape::Selection *selection) in change_selection() function in Inkscape::UI::Dialog::CloneTiler
1258 change_selection(SP_ACTIVE_DESKTOP->getSelection()); in external_change()
2037 change_selection (selection); in remove()
2509 change_selection(selection); in apply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dtyping_command.cc425 bool change_selection = selection_for_insertion != current_selection; in InsertText() local
426 if (change_selection) { in InsertText()
437 if (change_selection) { in InsertText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dtyping_command.cc425 bool change_selection = selection_for_insertion != current_selection; in InsertText() local
426 if (change_selection) { in InsertText()
437 if (change_selection) { in InsertText()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_main.h193 void change_selection( void ); /* Changes the atributes of the
H A Dfd_control.c896 change_selection( ); in func_cb()
H A Dfd_main.c231 change_selection( ); in handle_click()
/dports/news/knews/knews-1.0b.1/Widgets/
H A DArtText.c1086 static int change_selection(ArtTextWidget w, in change_selection() function
1266 change_selection(w, line, offset, w->arttext.sel_stop_line, in select_extend_start()
1269 change_selection(w, w->arttext.sel_start_line, in select_extend_start()
1299 did_swap = change_selection(w, w->arttext.sel_start_line, in select_extend()
1302 did_swap = change_selection(w, line, offset, w->arttext.sel_stop_line, in select_extend()
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dscreen.c103 static void change_selection(struct selst *,struct selst *);
128 static void change_selection();
1417 change_selection(&sesave1,&sesave2);
2104 change_selection(ose1,ose2) in change_selection() function
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dkeymap.rs459 "c" => change_selection, in default()
/dports/editors/helix/helix-0.5.0/book/src/
H A Dkeymap.md69 | `c` | Change selection (delete and enter insert mode) | `change_selection` |

12