File: vtable.el.html

Defined variables (2)

vtable-header-modeNon-nil if Vtable-Header mode is enabled.
vtable-header-mode-hookHook run after entering or leaving ‘vtable-header-mode’.

Defined functions (114)

(setf vtable-actions)(vtable-actions\) ARG0 ARG &rest ARGS)
(setf vtable-column-colors)(vtable-column-colors\) ARG0 ARG &rest ARGS)
(setf vtable-columns)(vtable-columns\) ARG0 ARG &rest ARGS)
(setf vtable-displayer)(vtable-displayer\) ARG0 ARG &rest ARGS)
(setf vtable-divider)(vtable-divider\) ARG0 ARG &rest ARGS)
(setf vtable-ellipsis)(vtable-ellipsis\) ARG0 ARG &rest ARGS)
(setf vtable-face)(vtable-face\) ARG0 ARG &rest ARGS)
(setf vtable-formatter)(vtable-formatter\) ARG0 ARG &rest ARGS)
(setf vtable-getter)(vtable-getter\) ARG0 ARG &rest ARGS)
(setf vtable-keymap)(vtable-keymap\) ARG0 ARG &rest ARGS)
(setf vtable-objects)(vtable-objects\) ARG0 ARG &rest ARGS)
(setf vtable-objects-function)(vtable-objects-function\) ARG0 ARG &rest ARGS)
(setf vtable-row-colors)(vtable-row-colors\) ARG0 ARG &rest ARGS)
(setf vtable-separator-width)(vtable-separator-width\) ARG0 ARG &rest ARGS)
(setf vtable-sort-by)(vtable-sort-by\) ARG0 ARG &rest ARGS)
(setf vtable-use-header-line)(vtable-use-header-line\) ARG0 ARG &rest ARGS)
copy-vtable-column(ARG)
make-vtable
make-vtable-column
make-vtable-column--cmacro
vtable(&rest SLOTS)
vtable--alter-column-width(TABLE COLUMN DELTA)
vtable--anon-cmacro(WHOLE &rest SLOTS)
vtable--cache(TABLE)
vtable--char-width(TABLE)
vtable--clear-cache(TABLE)
vtable--color-blend(COLOR1 COLOR2)
vtable--compute-cache(TABLE)
vtable--compute-cached-line(TABLE OBJECT)
vtable--compute-colors(ROW-COLORS COLUMN-COLORS)
vtable--compute-columns(TABLE)
vtable--compute-width(TABLE SPEC)
vtable--compute-widths(TABLE CACHE)
vtable--drag-resize-column(E &optional NEXT)
vtable--eieio-childp(OBJ)
vtable--ensure-cache(TABLE)
vtable--face-blend(FACE1 FACE2)
vtable--face-color(FACE1 FACE2 ACCESSOR SLOT)
vtable--get-value(OBJECT INDEX COLUMN TABLE)
vtable--indicator(TABLE INDEX)
vtable--insert-header-line(TABLE WIDTHS SPACER)
vtable--insert-line(TABLE LINE LINE-NUMBER WIDTHS SPACER &optional ELLIPSIS ELLIPSIS-WIDTH)
vtable--limit-string(STRING PIXELS)
vtable--make-color-face(OBJECT)
vtable--make-keymap(TABLE)
vtable--recompute-cache(TABLE)
vtable--recompute-numerical(TABLE LINE)
vtable--set-header-line(TABLE WIDTHS SPACER)
vtable--sort(TABLE)
vtable--spacer(TABLE)
vtable--widths(TABLE)
vtable-actions(ARG &rest ARGS)
vtable-beginning-of-table()
vtable-child-p(OBJ)
vtable-column(TABLE INDEX)
vtable-column--numerical(CL-X)
vtable-column--numerical--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-align(CL-X)
vtable-column-align--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-colors(ARG &rest ARGS)
vtable-column-displayer(CL-X)
vtable-column-displayer--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-formatter(CL-X)
vtable-column-formatter--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-getter(CL-X)
vtable-column-getter--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-max-width(CL-X)
vtable-column-max-width--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-min-width(CL-X)
vtable-column-min-width--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-name(CL-X)
vtable-column-name--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-p(CL-X)
vtable-column-p--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-primary(CL-X)
vtable-column-primary--cmacro(CL-WHOLE-ARG CL-X)
vtable-column-width(CL-X)
vtable-column-width--cmacro(CL-WHOLE-ARG CL-X)
vtable-columns(ARG &rest ARGS)
vtable-current-column()
vtable-current-object()
vtable-current-table()
vtable-displayer(ARG &rest ARGS)
vtable-divider(ARG &rest ARGS)
vtable-ellipsis(ARG &rest ARGS)
vtable-end-of-table()
vtable-face(ARG &rest ARGS)
vtable-formatter(ARG &rest ARGS)
vtable-getter(ARG &rest ARGS)
vtable-goto-column(COLUMN)
vtable-goto-object(OBJECT)
vtable-goto-table(TABLE)
vtable-header-line-sort(E)
vtable-header-mode(&optional ARG)
vtable-insert(TABLE)
vtable-insert-object(TABLE OBJECT &optional AFTER-OBJECT)
vtable-keymap(ARG &rest ARGS)
vtable-list-p(ARG1)
vtable-narrow-current-column(&optional N)
vtable-next-column()
vtable-objects(ARG &rest ARGS)
vtable-objects-function(ARG &rest ARGS)
vtable-p(OBJ)
vtable-previous-column()
vtable-remove-object(TABLE OBJECT)
vtable-revert()
vtable-revert-command()
vtable-row-colors(ARG &rest ARGS)
vtable-separator-width(ARG &rest ARGS)
vtable-sort-by(ARG &rest ARGS)
vtable-sort-by-current-column()
vtable-update-object(TABLE OBJECT OLD-OBJECT)
vtable-use-header-line(ARG &rest ARGS)
vtable-widen-current-column(&optional N)

Defined faces (1)

vtableFace used (by default) for vtables.