Home
last modified time | relevance | path

Searched refs:gtk_sel_atom (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_gtk_x11.c1217 if (event->selection == clip_plus.gtk_sel_atom) in selection_clear_event()
1244 if (gtk_selection_data_get_selection(data) == clip_plus.gtk_sel_atom) in selection_received_cb()
1357 == clip_plus.gtk_sel_atom) in selection_get_cb()
3391 gtk_selection_clear_targets(gui.drawarea, (GdkAtom)clip_plus.gtk_sel_atom); in gui_gtk_set_selection_targets()
3396 (GdkAtom)clip_plus.gtk_sel_atom, in gui_gtk_set_selection_targets()
3810 clip_star.gtk_sel_atom = GDK_SELECTION_PRIMARY; in gui_mch_init()
3811 clip_plus.gtk_sel_atom = gdk_atom_intern("CLIPBOARD", FALSE); in gui_mch_init()
6633 cbd->gtk_sel_atom, target, in clip_mch_request_selection()
6660 gtk_selection_owner_set(NULL, cbd->gtk_sel_atom, gui.event_time); in clip_mch_lose_selection()
6673 success = gtk_selection_owner_set(gui.drawarea, cbd->gtk_sel_atom, in clip_mch_own_selection()
[all …]
H A Dvim.h2149 GdkAtom gtk_sel_atom; // PRIMARY/CLIPBOARD selection ID member