Searched refs:PropertyNotify (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h167 #define PropertyNotify 28 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h167 #define PropertyNotify 28 macro
/macosx-10.10.1/vim-55/runtime/tools/
H A Dxcmdsrv_client.c233 if (event.type == PropertyNotify && e->window == commWindow)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEvent.c110 PropertyChangeMask, /* PropertyNotify */
418 * event is a PropertyNotify event then call the selection manager (it
421 * set, then we must propagate the PropertyNotify event up to the
425 if (eventPtr->type != PropertyNotify) {
1339 if (eventPtr->type == PropertyNotify) {
1513 case PropertyNotify:
H A DtkBind.c491 {"Property", PropertyNotify, PropertyChangeMask},
569 /* PropertyNotify */ PROP,
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEvent.c112 PropertyChangeMask, /* PropertyNotify */
773 * However, if the event is a PropertyNotify event then call
777 * we must propagate the PropertyNotify event up to the parent.
780 if (eventPtr->type != PropertyNotify) {
974 if (eventPtr->type == PropertyNotify) {
1183 case PropertyNotify:
H A DtkBind.c504 {"Property", PropertyNotify, PropertyChangeMask},
582 /* PropertyNotify */ PROP,
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb82 [ 28, :PropertyNotify, Grp::PROP, 'Property' ],
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c1059 case PropertyNotify:
1078 fprintf (stderr, "Tcl_Eval error in PropertyNotify: within main() %s\n", Tcl_GetStringResult (interp));
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c1863 if (eventPtr->type != PropertyNotify) {
/macosx-10.10.1/vim-55/src/
H A Dif_xcmdsrv.c621 if (event.type == PropertyNotify && e->window == commWindow)
H A Dui.c1970 if (event->type != PropertyNotify || xproperty->state
2156 || XCheckTypedEvent(dpy, PropertyNotify, &event))
2163 * We need to handle a PropertyNotify for large selections. */
H A Dgui_x11.c3194 if (e->type == PropertyNotify && e->window == commWindow
H A Dgui_gtk_x11.c650 xev.xproperty.type = PropertyNotify;
H A Dos_unix.c6667 if (e->type == PropertyNotify && e->window == commWindow
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSend.c1888 if (eventPtr->type != PropertyNotify) {
H A DtkUnixWm.c4306 * Handle PropertyNotify events on wrapper windows. The following
4318 XPropertyEvent *eventPtr) /* PropertyNotify event structure */
4419 } else if (eventPtr->type == PropertyNotify) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c5793 PropertyNotify. Can restart processing when
5954 case PropertyNotify:
5957 PropertyNotify used as an ACK in incremental selection

Completed in 235 milliseconds