Function: which-key--pages-widths

which-key--pages-widths is a byte-compiled function defined in which-key.el.gz.

Signature

(which-key--pages-widths CL-X)

Documentation

Access slot "widths" of which-key--pages struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(cl-defstruct which-key--pages
  pages
  height
  widths
  keys/page
  page-nums
  num-pages
  total-keys
  prefix
  prefix-title)