elk/lib/xaw/command.d

8 lines
153 B
D
Raw Normal View History

;;; -*-Scheme-*-
(define-widget-type 'command "Command.h")
(define-widget-class 'command 'commandWidgetClass)
(define-callback 'command 'callback #f)