< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java

Print this page

        

*** 1618,1628 **** * @param window specifies the top-level window that the hint * is to be set to * @param transientForWindow the top-level window * @param updateChain specifies if next/prevTransientFor fields are * to be updated ! * @param allStates if set to <code>true</code> then TRANSIENT_FOR hint * is set regardless of the state of window and transientForWindow, * otherwise it is set only if both are in the same state */ static void setToplevelTransientFor(XWindowPeer window, XWindowPeer transientForWindow, boolean updateChain, boolean allStates) --- 1618,1628 ---- * @param window specifies the top-level window that the hint * is to be set to * @param transientForWindow the top-level window * @param updateChain specifies if next/prevTransientFor fields are * to be updated ! * @param allStates if set to {@code true} then TRANSIENT_FOR hint * is set regardless of the state of window and transientForWindow, * otherwise it is set only if both are in the same state */ static void setToplevelTransientFor(XWindowPeer window, XWindowPeer transientForWindow, boolean updateChain, boolean allStates)
< prev index next >