ID of the X window.
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.168 1993/01/07 21:00:12 cph Exp $
+$Id: runtime.pkg,v 14.169 1993/01/12 21:42:09 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
x-graphics/set-mouse-shape
x-graphics/set-window-name
x-graphics/starbase-filename
+ x-graphics/window-id
x-graphics/withdraw-window
x-graphics:auto-raise?
x-image/destroy
#| -*-Scheme-*-
-$Id: x11graph.scm,v 1.25 1992/09/22 22:42:14 cph Exp $
+$Id: x11graph.scm,v 1.26 1993/01/12 21:42:01 cph Exp $
-Copyright (c) 1989-92 Massachusetts Institute of Technology
+Copyright (c) 1989-93 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(x-window-beep 1)
(x-window-clear 1)
(x-window-iconify 1)
+ (x-window-id 1)
(x-window-lower 1)
(x-window-map 1)
(x-window-query-pointer 1)
(define (x-graphics/starbase-filename device)
(x-window-starbase-filename (x-graphics-device/xw device)))
+
+(define (x-graphics/window-id device)
+ (x-window-id (x-graphics-device/xw device)))
\f
;;;; Font Operations
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.168 1993/01/07 21:00:12 cph Exp $
+$Id: runtime.pkg,v 14.169 1993/01/12 21:42:09 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
x-graphics/set-mouse-shape
x-graphics/set-window-name
x-graphics/starbase-filename
+ x-graphics/window-id
x-graphics/withdraw-window
x-graphics:auto-raise?
x-image/destroy