Function: kview:set-functions

kview:set-functions is a byte-compiled function defined in kview.el.

Signature

(kview:set-functions LABEL-TYPE)

Documentation

Setup functions which handle labels of LABEL-TYPE for current view.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kview:set-functions (label-type)
  "Setup functions which handle labels of LABEL-TYPE for current view."
  (kview:set-attr kotl-kview 'label-function (klabel-type:function label-type))
  (kview:set-attr kotl-kview 'label-child (klabel-type:child label-type))
  (kview:set-attr kotl-kview 'label-increment (klabel-type:increment label-type))
  (kview:set-attr kotl-kview 'label-parent (klabel-type:parent label-type)))