Searched refs:setAtomListProperty (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAtom.java717 void setAtomListProperty(long window, XAtom[] atoms) { method in class:XAtom
726 void setAtomListProperty(long window, XAtomList atoms) { method in class:XAtom
734 public void setAtomListProperty(XBaseWindow window, XAtom[] atoms) { method in class:XAtom
735 setAtomListProperty(window.getWindow(), atoms);
741 public void setAtomListProperty(XBaseWindow window, XAtomList atoms) { method in class:XAtom
742 setAtomListProperty(window.getWindow(), atoms);
H A DXWindowPeer.java1894 setAtomListProperty(getWindow(), wtype);
1991 XA_NET_WM_STATE.setAtomListProperty(this, state);
H A DXDecoratedPeer.java979 wm_protocols.setAtomListProperty(this, protocols);
H A DXWM.java896 XA_OL_DECOR_DEL.setAtomListProperty(window, decorDel);
H A DXWindow.java1469 wm_protocols.setAtomListProperty(this, getWMProtocols());

Completed in 5377 milliseconds