Function: button-type-get

button-type-get is a byte-compiled function defined in button.el.gz.

Signature

(button-type-get TYPE PROP)

Documentation

Get the property of button-type TYPE named PROP.

Source Code

;; Defined in /usr/src/emacs/lisp/button.el.gz
(defun button-type-get (type prop)
  "Get the property of `button-type' TYPE named PROP."
  (get (button-category-symbol type) prop))