Searched refs:SelectionNotify (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h170 #define SelectionNotify 31 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h170 #define SelectionNotify 31 macro
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSelect.c521 * SelectionRequest, or SelectionNotify. */
536 * Case #2: SelectionNotify events. Call the relevant function to handle
540 if (eventPtr->type == SelectionNotify) {
785 * SelectionNotify event is generated for the selection requestor. In the
822 reply.type = SelectionNotify;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSelect.c530 * SelectionNotify. */
545 * Case #2: SelectionNotify events. Call the relevant procedure
549 if (eventPtr->type == SelectionNotify) {
793 * SelectionNotify event is generated for the selection
830 reply.type = SelectionNotify;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb85 [ 31, :SelectionNotify, 0, ],
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEvent.c113 0, /* SelectionNotify */
1356 || (eventPtr->type == SelectionNotify)) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEvent.c115 0, /* SelectionNotify */
991 || (eventPtr->type == SelectionNotify)) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxselect.c570 /* Send a SelectionNotify event to the requestor with property=None,
579 reply.type = SelectionNotify;
712 reply.type = SelectionNotify;
797 TRACE0 ("Send SelectionNotify event");
1461 TRACE1 (" Start waiting %d secs for SelectionNotify", secs);
1708 /* Once a requested selection is "ready" (we got a SelectionNotify event),
2115 /* Called from XTread_socket to handle SelectionNotify events.
2129 TRACE0 ("Received SelectionNotify");
H A Dxterm.c5907 case SelectionNotify:
/macosx-10.10.1/vim-55/src/
H A Dui.c2154 if (XCheckTypedEvent(dpy, SelectionNotify, &event)
2169 * other process doesn't respond. Note that the SelectionNotify

Completed in 143 milliseconds