Home
last modified time | relevance | path

Searched refs:delete_selection (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-focus-tracker.c42 GtkAction *delete_selection; member
634 if (priv->delete_selection != NULL) { in focus_tracker_dispose()
638 g_object_unref (priv->delete_selection); in focus_tracker_dispose()
639 priv->delete_selection = NULL; in focus_tracker_dispose()
969 return focus_tracker->priv->delete_selection; in e_focus_tracker_get_delete_selection_action()
978 if (delete_selection != NULL) { in e_focus_tracker_set_delete_selection_action()
980 g_object_ref (delete_selection); in e_focus_tracker_set_delete_selection_action()
985 focus_tracker->priv->delete_selection, in e_focus_tracker_set_delete_selection_action()
991 focus_tracker->priv->delete_selection = delete_selection; in e_focus_tracker_set_delete_selection_action()
993 if (delete_selection != NULL) in e_focus_tracker_set_delete_selection_action()
[all …]
H A De-selectable.c118 if (iface->delete_selection != NULL) in e_selectable_delete_selection()
119 iface->delete_selection (selectable); in e_selectable_delete_selection()
H A De-selectable.h63 void (*delete_selection) (ESelectable *selectable); member
H A De-focus-tracker.h87 GtkAction *delete_selection);
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/power_sequencer/operators/
H A Dcopy_selected_sequences.py57 delete_selection: bpy.props.BoolProperty(
86 if self.delete_selection:
90 action_verb = "Cut" if self.delete_selection else "Copied"
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtext_box_base.cpp162 delete_selection(); in insert_char()
223 delete_selection(); in paste_selection()
402 delete_selection(); in handle_key_backspace()
420 delete_selection(); in handle_key_delete()
461 delete_selection(); in handle_editing()
612 delete_selection(); in signal_handler_sdl_key_down()
H A Dpassword_box.hpp54 void delete_selection() override;
H A Dpassword_box.cpp56 void password_box::delete_selection() in delete_selection() function in gui2::password_box
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Deditable.rs27 fn delete_selection(&self); in delete_selection() method
63 fn delete_selection(&self) { in delete_selection() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Deditable.rs27 fn delete_selection(&self); in delete_selection() method
63 fn delete_selection(&self) { in delete_selection() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Deditable.rs27 fn delete_selection(&self); in delete_selection() method
63 fn delete_selection(&self) { in delete_selection() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Deditable.rs29 fn delete_selection(&self); in delete_selection() method
79 fn delete_selection(&self) { in delete_selection() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs29 fn delete_selection(&self); in delete_selection() method
79 fn delete_selection(&self) { in delete_selection() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs29 fn delete_selection(&self); in delete_selection() method
79 fn delete_selection(&self) { in delete_selection() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Deditable.rs29 fn delete_selection(&self); in delete_selection() method
79 fn delete_selection(&self) { in delete_selection() method
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/gst-plugin/
H A Dlivedemo.py87 self.textbuf.delete_selection(True, self.text.get_editable())
99 self.textbuf.delete_selection(True, self.text.get_editable())
/dports/sysutils/mcfly/mcfly-0.5.11/src/
H A Dinterface.rs358 self.delete_selection() in confirm()
364 fn delete_selection(&mut self) { in delete_selection() method
501 self.delete_selection(); in select_with_emacs_key_scheme()
557 self.delete_selection(); in select_with_vim_key_scheme()
613 self.delete_selection(); in select_with_vim_key_scheme()
/dports/lang/eisl/eisl-2.35/
H A Dedlis.h45 void delete_selection(void);
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dconfig.rs44 "S-C-a" => delete_selection, in parsing_keymaps_config_file()
/dports/textproc/meld-legacy/meld-1.8.6/meld/ui/
H A Dfindbar.py109 buf.delete_selection(False,False)
119 buf.delete_selection(False,False)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkEditable.t41 $entry -> delete_selection();
/dports/editors/setzer/Setzer-0.4.1/setzer/document/
H A Ddocument.py242 def delete_selection(self): member in Document
243 self.get_buffer().delete_selection(True, True)
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dselect.h33 void delete_selection (void);
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Danimation_bezier_editor.h166 void delete_selection();
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Danimation_bezier_editor.h166 void delete_selection();

1234567