Function: widget-type
widget-type is a byte-compiled function defined in wid-edit.el.gz.
Signature
(widget-type WIDGET)
Documentation
Return the type of WIDGET. The type is a symbol.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
;;; Widget Properties.
(defsubst widget-type (widget)
"Return the type of WIDGET. The type is a symbol."
(car widget))