Variable: allout-widgets-icon-types
allout-widgets-icon-types is a customizable variable defined in
allout-widgets.el.gz.
Value
(xpm png)
Documentation
File extensions for the icon graphic format types, in order of preference.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-icon-types
(defcustom allout-widgets-icon-types '(xpm png)
"File extensions for the icon graphic format types, in order of preference."
:version "24.1"
:type '(repeat symbol)
:group 'allout-widgets)