Home
last modified time | relevance | path

Searched refs:XSelectionEvent (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/x11/eaglemode/eaglemode-0.95.0/include/emX11/
H A DemX11Clipboard.h52 XSelectionEvent * WaitSelectionEvent(Atom selection, Atom target);
58 void HandleSelectionNotify(XSelectionEvent & se);
84 XSelectionEvent LastSelectionEvent;
/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/lib/X11/Xlib/
H A DXEvent.pm386 @X11::Xlib::XSelectionEvent::ISA= ( __PACKAGE__ );
387 *X11::Xlib::XSelectionEvent::property= *_property;
388 *X11::Xlib::XSelectionEvent::requestor= *_requestor;
389 *X11::Xlib::XSelectionEvent::selection= *_selection;
390 *X11::Xlib::XSelectionEvent::target= *_target;
391 *X11::Xlib::XSelectionEvent::time= *_time;
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/mtest/x11/
H A Dselection.cpp69 XSelectionEvent *sev;
92 sev = (XSelectionEvent*)&ev.xselection;
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Unix/
H A DClipboardImpl.cpp212XSelectionEvent& selectionEvent = *reinterpret_cast<XSelectionEvent*>(&windowEvent.xselection); in processEvent()
280 XSelectionEvent selectionEvent; in processEvent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/generator/
H A Dsizes.32234 XSelectionEvent.type 0
235 XSelectionEvent.serial 4
236 XSelectionEvent.send_event 8
237 XSelectionEvent.display 12
238 XSelectionEvent.requestor 16
239 XSelectionEvent.selection 20
240 XSelectionEvent.target 24
241 XSelectionEvent.property 28
242 XSelectionEvent.time 32
243 XSelectionEvent 36
H A Dsizes.64234 XSelectionEvent.type 0
235 XSelectionEvent.serial 8
236 XSelectionEvent.send_event 16
237 XSelectionEvent.display 24
238 XSelectionEvent.requestor 32
239 XSelectionEvent.selection 40
240 XSelectionEvent.target 48
241 XSelectionEvent.property 56
242 XSelectionEvent.time 64
243 XSelectionEvent 72
H A Dsizes.64-solaris-i386234 XSelectionEvent.type 0
235 XSelectionEvent.serial 8
236 XSelectionEvent.send_event 16
237 XSelectionEvent.display 24
238 XSelectionEvent.requestor 32
239 XSelectionEvent.selection 40
240 XSelectionEvent.target 48
241 XSelectionEvent.property 56
242 XSelectionEvent.time 64
243 XSelectionEvent 72
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/generator/
H A Dsizes.32234 XSelectionEvent.type 0
235 XSelectionEvent.serial 4
236 XSelectionEvent.send_event 8
237 XSelectionEvent.display 12
238 XSelectionEvent.requestor 16
239 XSelectionEvent.selection 20
240 XSelectionEvent.target 24
241 XSelectionEvent.property 28
242 XSelectionEvent.time 32
243 XSelectionEvent 36
H A Dsizes.64-solaris-i386234 XSelectionEvent.type 0
235 XSelectionEvent.serial 8
236 XSelectionEvent.send_event 16
237 XSelectionEvent.display 24
238 XSelectionEvent.requestor 32
239 XSelectionEvent.selection 40
240 XSelectionEvent.target 48
241 XSelectionEvent.property 56
242 XSelectionEvent.time 64
243 XSelectionEvent 72
H A Dsizes.64234 XSelectionEvent.type 0
235 XSelectionEvent.serial 8
236 XSelectionEvent.send_event 16
237 XSelectionEvent.display 24
238 XSelectionEvent.requestor 32
239 XSelectionEvent.selection 40
240 XSelectionEvent.target 48
241 XSelectionEvent.property 56
242 XSelectionEvent.time 64
243 XSelectionEvent 72
/dports/editors/ted/Ted-2.23/appFrame/
H A DsioCopyPasteMotif.c96 XSelectionEvent * selEvent= &(event->xselection); in sioInOpenPaste()
160 XSelectionEvent * selEvent= &(event->xselection); in sioOutOpenCopy()
H A DappCopyPasteMotif.c74 XSelectionEvent * selEvent= (XSelectionEvent *)event; in appDocGotPasteReply()
136 XSelectionEvent * selEvent= (XSelectionEvent *)event; in appAppUsePaste()
696 XSelectionEvent * selEvent= &(event->xselection); in appCopyPixmapValue()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ws/x11/
H A DX11Display.h203 void handle_selection_notify(XSelectionEvent *ev);
204 status_t handle_selection_notify(cb_recv_t *task, XSelectionEvent *ev);
205 status_t handle_selection_notify(dnd_recv_t *task, XSelectionEvent *ev);
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/
H A Daintern_xclipboard.h7 void _al_xwin_display_selection_notify(ALLEGRO_DISPLAY *display, XSelectionEvent *xselection);
/dports/games/spider/spider/
H A Dutil.c47 XSelectionEvent *sev; in get_selection()
103 sev = (XSelectionEvent *)&ev; in get_selection()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/
H A Ddrag_and_drop.h20 void handle_dnd_selection_notify(XSelectionEvent *e);
/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Dxclip_mock.c17 xclip_handle_SelectionNotify(XSelectionEvent * event) in xclip_handle_SelectionNotify()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dpaste.h63 void finishpaste(XSelectionEvent event);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java197 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
248 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java197 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
248 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXClipboard.java202 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
253 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java197 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
248 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java197 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
248 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java198 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
249 private void checkChange(XSelectionEvent xse) { in checkChange()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXClipboard.java197 final XSelectionEvent xse = ev.get_xselection(); in dispatchEvent()
248 private void checkChange(XSelectionEvent xse) { in checkChange()

12345678910>>...12