Home
last modified time | relevance | path

Searched refs:selection_event (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/
H A Dx_server_clipboard.cc212 x11::SelectionNotifyEvent selection_event; in OnSelectionRequest() local
213 selection_event.requestor = event.requestor; in OnSelectionRequest()
214 selection_event.selection = event.selection; in OnSelectionRequest()
215 selection_event.time = event.time; in OnSelectionRequest()
216 selection_event.target = event.target; in OnSelectionRequest()
222 selection_event.property = property; in OnSelectionRequest()
224 SendTargetsResponse(selection_event.requestor, selection_event.property); in OnSelectionRequest()
225 } else if (selection_event.target == in OnSelectionRequest()
229 } else if (selection_event.target == in OnSelectionRequest()
232 SendStringResponse(selection_event.requestor, selection_event.property, in OnSelectionRequest()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc205 XSelectionEvent selection_event; in OnSelectionRequest() local
206 selection_event.type = SelectionNotify; in OnSelectionRequest()
207 selection_event.display = event.display; in OnSelectionRequest()
208 selection_event.requestor = event.requestor; in OnSelectionRequest()
209 selection_event.selection = event.selection; in OnSelectionRequest()
210 selection_event.target = event.target; in OnSelectionRequest()
211 selection_event.property = event.property; in OnSelectionRequest()
212 selection_event.time = event.time; in OnSelectionRequest()
213 XSendEvent(x_display_, selection_event.requestor, /*propagate=*/x11::False, in OnSelectionRequest()
214 /*event_mask=*/0, reinterpret_cast<XEvent*>(&selection_event)); in OnSelectionRequest()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/x11/
H A Dx11selection.c322 XSelectionEvent *selection_event) in X11ProcessSelectionNotifyEvent() argument
329 &selection_event->selection); in X11ProcessSelectionNotifyEvent()
337 selection_event->property, &ret_type, in X11ProcessSelectionNotifyEvent()
342 if (convert->cb(x11priv, selection_event->selection, in X11ProcessSelectionNotifyEvent()
343 selection_event->target, ret_format, in X11ProcessSelectionNotifyEvent()
H A Dx11selection.h31 FcitxX11 *x11priv, XSelectionEvent *selection_event);
/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/types/
H A Ddevice.c78 #define SELECTION_HANDLER(type, offer_type, selection_event, primary) \ argument
79 static void type ## _ ## selection_event ## _handler( \
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/x11/
H A Dx11_clipboard_ozone.cc179 x11::SelectionNotifyEvent selection_event{ in OnSelectionRequest() local
186 x11::SendEvent(selection_event, selection_event.requestor, in OnSelectionRequest()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGdkEvent.t391 isa_ok ($event->selection, 'Gtk2::Gdk::Atom', '$selection_event->selection');
394 is ($event->selection, undef, '$selection_event->selection');
397 isa_ok ($event->target, 'Gtk2::Gdk::Atom', '$selection_event->target');
400 isa_ok ($event->property, 'Gtk2::Gdk::Atom', '$selection_event->property');
407 is ($event->requestor, $window->get_xid, '$selection_event->requestor');
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-reflow.h130 gint (*selection_event) (EReflow *reflow, GnomeCanvasItem *item, GdkEvent *event); member
/dports/www/cssed/cssed-0.4.0/scintilla/gtk/
H A DScintillaGTK.cxx188 void UnclaimSelection(GdkEventSelection *selection_event);
238 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
240 static gint SelectionNotify(GtkWidget *widget, GdkEventSelection *selection_event);
1619 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1621 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2271 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2274 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2275 return gtk_selection_clear(widget, selection_event); in SelectionClear()
2279 gint ScintillaGTK::SelectionNotify(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionNotify() argument
2281 return gtk_selection_notify(widget, selection_event); in SelectionNotify()
/dports/x11-toolkits/scintilla/scintilla/gtk/
H A DScintillaGTK.h151 void UnclaimSelection(GdkEventSelection *selection_event);
227 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
H A DScintillaGTK.cxx1589 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1592 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2760 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2763 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2765 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/gtk/
H A DScintillaGTK.h151 void UnclaimSelection(GdkEventSelection *selection_event);
227 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
H A DScintillaGTK.cxx1594 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1597 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2766 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2769 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2771 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/devel/geany/geany-1.38/scintilla/gtk/
H A DScintillaGTK.h151 void UnclaimSelection(GdkEventSelection *selection_event);
227 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
H A DScintillaGTK.cxx1594 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1597 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2766 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2769 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2771 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/editors/textadept/scintilla/gtk/
H A DScintillaGTK.h151 void UnclaimSelection(GdkEventSelection *selection_event);
227 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
H A DScintillaGTK.cxx1593 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1596 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2764 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2767 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2769 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/editors/scite/scintilla/gtk/
H A DScintillaGTK.h151 void UnclaimSelection(GdkEventSelection *selection_event);
227 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
H A DScintillaGTK.cxx1589 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1592 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2760 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2763 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2765 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A De-minicard-view.c449 selection_event (reflow, item, event); in e_minicard_view_selection_event()
559 reflow_class->selection_event = e_minicard_view_selection_event; in e_minicard_view_class_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkscreen-x11.c1285 XFixesSelectionNotifyEvent *selection_event = (XFixesSelectionNotifyEvent *)event; in _gdk_x11_screen_process_owner_change() local
1290 if (selection_event->selection == xcm_selection_atom) in _gdk_x11_screen_process_owner_change()
1292 gboolean composited = selection_event->owner != None; in _gdk_x11_screen_process_owner_change()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dwidget.h447 virtual bool on_selection_clear_event(GdkEventSelection* selection_event);
449 virtual bool on_selection_request_event(GdkEventSelection* selection_event);
451 virtual bool on_selection_notify_event(GdkEventSelection* selection_event);
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/gtk/
H A DScintillaGTK.cxx240 void UnclaimSelection(GdkEventSelection *selection_event);
308 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
1728 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1731 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2735 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2738 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2740 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/gtk/
H A DScintillaGTK.cxx239 void UnclaimSelection(GdkEventSelection *selection_event);
307 static gint SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event);
1717 void ScintillaGTK::UnclaimSelection(GdkEventSelection *selection_event) { in UnclaimSelection() argument
1720 if (selection_event->selection == GDK_SELECTION_PRIMARY) { in UnclaimSelection()
2724 gint ScintillaGTK::SelectionClear(GtkWidget *widget, GdkEventSelection *selection_event) { in SelectionClear() argument
2727 sciThis->UnclaimSelection(selection_event); in SelectionClear()
2729 return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, selection_event); in SelectionClear()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/x11/
H A Dgdkscreen-x11.c1301 XFixesSelectionNotifyEvent *selection_event = (XFixesSelectionNotifyEvent *)event; in _gdk_x11_screen_process_owner_change() local
1304 if (selection_event->selection == get_cm_atom (x11_screen)) in _gdk_x11_screen_process_owner_change()
1306 gboolean composited = selection_event->owner != None; in _gdk_x11_screen_process_owner_change()

12