Home
last modified time | relevance | path

Searched refs:selection_targets (Results 1 – 10 of 10) sorted by relevance

/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dexport_passage.cc51 GtkTargetEntry selection_targets[] = { variable
129 gtk_clipboard_set_with_data(clipboard, selection_targets, in _copy_to_clipboard()
130 G_N_ELEMENTS(selection_targets), in _copy_to_clipboard()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dgtkhtml.c109 static const GtkTargetEntry selection_targets[] = { variable
117 static const guint n_selection_targets = G_N_ELEMENTS (selection_targets);
1997 gdk_atom_intern (selection_targets[type].target, FALSE), in button_press_event()
4613 if (data_type == gdk_atom_intern (selection_targets[TARGET_HTML].target, FALSE)) { in clipboard_paste_received_cb()
4691 if (target == gdk_atom_intern (selection_targets[i].target, FALSE)) in clipboard_paste_received_cb()
4699 gdk_atom_intern (selection_targets[i + 1].target, FALSE), in clipboard_paste_received_cb()
4737 if (!gtk_clipboard_set_with_data (clipboard, selection_targets, n_selection_targets, in gtk_html_cut()
4744 selection_targets + 1, in gtk_html_cut()
4764 if (!gtk_clipboard_set_with_data (clipboard, selection_targets, n_selection_targets, in gtk_html_copy()
4787 gdk_atom_intern (selection_targets[0].target, FALSE), in gtk_html_paste()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgtkimhtml.c130 static GtkTargetEntry selection_targets[] = { variable
945 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in copy_clipboard_cb()
976 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in cut_clipboard_cb()
1121selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in mark_set_so_update_selection_cb()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c178 static const GtkTargetEntry selection_targets[] = { variable
1113 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in copy_clipboard_cb()
1134 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in cut_clipboard_cb()
1322selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in mark_set_so_update_selection_cb()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c178 static const GtkTargetEntry selection_targets[] = { variable
1113 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in copy_clipboard_cb()
1134 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in cut_clipboard_cb()
1322selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in mark_set_so_update_selection_cb()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c178 static const GtkTargetEntry selection_targets[] = { variable
1113 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in copy_clipboard_cb()
1134 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in cut_clipboard_cb()
1322selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), in mark_set_so_update_selection_cb()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_gtk_x11.c127 static const GtkTargetEntry selection_targets[] = variable
137 #define N_SELECTION_TARGETS ARRAY_LENGTH(selection_targets)
3384 if (!clip_html && selection_targets[i].info == TARGET_HTML) in gui_gtk_set_selection_targets()
3387 targets[j++] = selection_targets[i]; in gui_gtk_set_selection_targets()
6627 if (!clip_html && selection_targets[i].info == TARGET_HTML) in clip_mch_request_selection()
6630 target = gdk_atom_intern(selection_targets[i].target, FALSE); in clip_mch_request_selection()
/dports/audio/din/din-52/src/
H A Dmenu.h147 static const char* selection_targets [2]; member
H A Dmain.cc510 const char* mondrian_listener::selection_targets [2] = {"Selection target = slits", "Selection targ… member in mondrian_listener
H A Dmenu.cc1204 ol_selection_targets.set_text (mondrian_listener::selection_targets[mondrian0.sel_tar]); in setup_items()
3756 MENU.ol_selection_targets.set_text (selection_targets[mondrian0.sel_tar]); in picked()