示例#1
0
 /**
  * @see <a href="XSetWMHints.html">XSetWMHints</a>
  * @see #change_property(int, int, Atom, Atom, int, Object, int, int)
  */
 public void set_wm_hints (WMHints wm_hints) {
   change_property (REPLACE, 8, Atom.WM_HINTS, Atom.WM_HINTS,
     8, wm_hints.data, 32, 8);
 }
示例#2
0
 /**
    * @see <a href="XSetWMHints.html">XSetWMHints</a>
    * @see #change_property(int, int, Atom, Atom, int, Object, int, int)
    */
 public void set_wm_hints(WMHints wm_hints)
 {
     change_property (REPLACE, 8, Atom.WM_HINTS, Atom.WM_HINTS,
       8, wm_hints.data, 32, 8);
 }