;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:53:28 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/widget.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`widget.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(defalias 'define-widget-keywords '(macro . #[(&rest keys) "\300\207" [nil] 1]))
#@403 Define a new widget type named NAME from CLASS.

NAME and CLASS should both be symbols, CLASS should be one of the
existing widget types, or nil to create the widget from scratch.

After the new widget has been defined, the following two calls will
create identical widgets:

* (widget-create NAME)

* (apply 'widget-create CLASS ARGS)

The third argument DOC is a documentation string for the widget.
(defalias 'define-widget #[(name class doc &rest args) "\304\305	\nB#\210\304\306#\210\207" [name class args doc put widget-type widget-documentation] 5 (#$ . 696)])
(byte-code "\300\301\302\"\210\303\304!\207" [defalias widget-plist-member plist-member provide widget] 3)
