Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1211 if (event->selection == clip_plus.gtk_sel_atom) in selection_clear_event()
1238 if (gtk_selection_data_get_selection(data) == clip_plus.gtk_sel_atom) in selection_received_cb()
1351 == clip_plus.gtk_sel_atom) in selection_get_cb()
3371 gtk_selection_clear_targets(gui.drawarea, (GdkAtom)clip_plus.gtk_sel_atom); in gui_gtk_set_selection_targets()
3376 (GdkAtom)clip_plus.gtk_sel_atom, in gui_gtk_set_selection_targets()
3790 clip_star.gtk_sel_atom = GDK_SELECTION_PRIMARY; in gui_mch_init()
3791 clip_plus.gtk_sel_atom = gdk_atom_intern("CLIPBOARD", FALSE); in gui_mch_init()
6619 cbd->gtk_sel_atom, target, in clip_mch_request_selection()
6646 gtk_selection_owner_set(NULL, cbd->gtk_sel_atom, gui.event_time); in clip_mch_lose_selection()
6659 success = gtk_selection_owner_set(gui.drawarea, cbd->gtk_sel_atom, in clip_mch_own_selection()
[all …]
H A Dvim.h2146 GdkAtom gtk_sel_atom; // PRIMARY/CLIPBOARD selection ID member