home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xm / arrow-button.d < prev    next >
Encoding:
Text File  |  1989-10-12  |  286 b   |  10 lines

  1. ;;; -*-Scheme-*-
  2.  
  3. (define-widget-type 'arrowbutton "ArrowB.h")
  4.  
  5. (define-widget-class 'arrow-button 'xmArrowButtonWidgetClass)
  6.  
  7. (define-callback 'arrow-button 'activateCallback #t)
  8. (define-callback 'arrow-button 'armCallback      #t)
  9. (define-callback 'arrow-button 'disarmCallback   #t)
  10.