Searched refs:ReparentNotify (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java156 public static final int ReparentNotify = 21 ; field in class:XConstants
H A DXEmbedClientHelper.java168 case XConstants.ReparentNotify:
H A DXTrayIconPeer.java199 if (isDisposed() || ev.get_type() != XConstants.ReparentNotify) {
H A DXBaseWindow.java1117 case XConstants.ReparentNotify:
H A DXEmbedCanvasPeer.java212 case XConstants.ReparentNotify:
389 * client receives an ReparentNotify event, it should check the parent field of the XReparentEvent
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c503 * client receives an ReparentNotify event, it should check the parent field of the XReparentEvent
887 case ReparentNotify:
888 MTRACEP2("ReparentNotify for %x, parent %x\n", (ev->xreparent.window), (ev->xreparent.parent));

Completed in 1883 milliseconds