Function: nnmairix-widget-add

nnmairix-widget-add is a byte-compiled function defined in nnmairix.el.gz.

Signature

(nnmairix-widget-add NAME &rest ARGS)

Documentation

Add a widget NAME with optional ARGS.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defun nnmairix-widget-add (name &rest args)
  "Add a widget NAME with optional ARGS."
  (push
   (list name
	 (apply #'widget-create args))
   nnmairix-widgets))