Searched refs:StructureNotifyMask (Results 1 - 15 of 15) sorted by relevance
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XMSelection.java | 100 XlibWrapper.XSelectInput(display, root, XConstants.StructureNotifyMask); 132 XlibWrapper.XSelectInput(display, owner, XConstants.StructureNotifyMask | eventMask); 164 XlibWrapper.XSelectInput(display, owner, XConstants.StructureNotifyMask | extra_mask);
|
H A D | XContentWindow.java | 81 eventMask = eventMask & ~(XConstants.StructureNotifyMask);
|
H A D | XDragSourceProtocol.java | 204 XConstants.StructureNotifyMask);
|
H A D | XTrayIconPeer.java | 219 addXED(eframeParentID, parentXED, XConstants.StructureNotifyMask); 227 addXED(getWindow(), eframeXED, XConstants.StructureNotifyMask);
|
H A D | XConstants.java | 124 public static final long StructureNotifyMask = (1L<<17) ; field in class:XConstants
|
H A D | XEmbedChildProxyPeer.java | 56 XConstants.StructureNotifyMask | XConstants.PropertyChangeMask);
|
H A D | XEmbedCanvasPeer.java | 81 | XConstants.ButtonMotionMask | XConstants.ExposureMask | XConstants.StructureNotifyMask | XConstants.SubstructureNotifyMask); 131 XConstants.StructureNotifyMask | XConstants.PropertyChangeMask);
|
H A D | XEmbedServerTester.java | 390 XBaseWindow.EVENT_MASK, Long.valueOf(VisibilityChangeMask | StructureNotifyMask |
|
H A D | MotifDnDDropTargetProtocol.java | 410 * Select for StructureNotifyMask to receive DestroyNotify in case of source 435 XConstants.StructureNotifyMask);
|
H A D | XDnDDropTargetProtocol.java | 533 * Select for StructureNotifyMask to receive DestroyNotify in case of source 558 XConstants.StructureNotifyMask);
|
H A D | XWindow.java | 193 | XConstants.ButtonMotionMask | XConstants.ExposureMask | XConstants.StructureNotifyMask);
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | awt_mgrsel.c | 215 * Select for StructureNotifyMask to get DestroyNotify when owner 220 XSelectInput(dpy, owner, StructureNotifyMask | extra_mask); 322 XSelectInput(dpy, owner, StructureNotifyMask | mgrsel->extra_mask); 445 XSelectInput(dpy, RootWindow(dpy, scr), StructureNotifyMask);
|
H A D | awt_util.c | 1237 * Add StructureNotifyMask through hierarchy upto toplevel 1241 StructureNotifyMask);
|
H A D | awt_xembed_server.c | 312 XSelectInput(awt_display, sdata->handle, StructureNotifyMask | PropertyChangeMask);
|
H A D | awt_InputMethod.c | 759 ExposureMask | StructureNotifyMask | EnterWindowMask |
|
Completed in 2182 milliseconds