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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java54 if (ev.get_type() == (int)XConstants.PropertyNotify) {
H A DXEmbedHelper.java158 case XConstants.PropertyNotify | XEmbedServerTester.SYSTEM_EVENT_MASK:
159 return "PropertyNotify";
H A DXConstants.java163 public static final int PropertyNotify = 28 ; field in class:XConstants
H A DXMSelection.java325 else if (xev.get_type() == XConstants.PropertyNotify) {
H A DXSelection.java70 /* The PropertyNotify event handler for incremental data transfer. */
172 * Blocks the current thread till SelectionNotify or PropertyNotify (in case of INCR transfer) arrives.
813 case XConstants.PropertyNotify:
861 case XConstants.PropertyNotify:
H A DXEmbedChildProxyPeer.java348 case XConstants.PropertyNotify:
H A DXBaseWindow.java1120 case XConstants.PropertyNotify:
H A DXEmbedCanvasPeer.java792 case XConstants.PropertyNotify:
H A DXToolkit.java1323 case XConstants.PropertyNotify:
H A DXWindowPeer.java1337 // On Metacity UnmapNotify comes before PropertyNotify (for _NET_WM_STATE_HIDDEN).
1956 if( ev.get_type() == XConstants.PropertyNotify ) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c904 case PropertyNotify:
H A Dawt_MToolkit.c2479 * We are interested in PropertyNotify only.
2487 if (xev->type != PropertyNotify) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1937 * Toolkit thread to process PropertyNotify or SelectionNotify events.
1943 event->type == PropertyNotify) ? True : False;

Completed in 69 milliseconds