home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xaw / shell.d < prev    next >
Encoding:
Text File  |  1991-09-25  |  563 b   |  14 lines

  1. ;;; -*-Scheme-*-
  2.  
  3. (define-widget-type 'shell "")
  4.  
  5. (prolog                             ; Shell.h is always under X11, since it's
  6. "#include <X11/Shell.h>")           ; actually part of Xt, not of Xaw.
  7.  
  8. (define-widget-class 'shell 'shellWidgetClass)
  9. (define-widget-class 'override-shell 'overrideShellWidgetClass)
  10. (define-widget-class 'wm-shell 'wmShellWidgetClass)
  11. (define-widget-class 'transient-shell 'transientShellWidgetClass)
  12. (define-widget-class 'toplevel-shell 'topLevelShellWidgetClass)
  13. (define-widget-class 'application-shell 'applicationShellWidgetClass)
  14.