This is the vellum-clim Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 13:11:07 2026 GMT+0.
The main system appears first, followed by any subsystem dependency.
vellum-climSimplistic vellum data frames viewer made with mcclim.
Marek Kochanowicz
BSD simplified
0.0.0
iterate (system).
vellum (system).
mcclim (system).
package.lisp (file).
code.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
vellum-clim/code.lisppackage.lisp (file).
vellum-clim (system).
update-instance-for-redefined-class (method).
dataframe (reader method).
define-table-view-command (macro).
reinitialize-panes-and-layouts (method).
show-data-frame (function).
table-view (class).
Packages are listed by definition order.
vellum-climcommon-lisp.
dataframe (generic reader).
define-table-view-command (macro).
show-data-frame (function).
table-view (class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
table-view) as ds pl &rest initargs) ¶table-view)) ¶automatically generated reader method
table-view)) ¶clim-internals.
standard-application-frame.
| Initarg | Value |
|---|---|
:name | (quote table-view) |
:pretty-name | table-view |
:command-table | (find-command-table (quote table-view)) |
:disabled-commands | (quote nil) |
:menu-bar | (quote t) |
:pointer-documentation | (quote nil) |
:current-layout | (quote default) |
:layouts | (quote ((default single-pane))) |
:resize-frame | (quote nil) |
:top-level-lambda | (lambda (frame-arg0) (default-frame-top-level frame-arg0)) |
:panes-constructor | (lambda (fm frame) (declare (ignore fm)) (or (frame-panes-for-layout frame) (setf (frame-panes-for-layout frame) (list (cons (quote single-pane) (make-clim-application-pane name (quote single-pane) scroll-bars t display-function (lambda (frame pane) (show-data-frame pane (dataframe frame))))))))) |
:layout-constructor | (lambda (fm frame) (declare (ignore fm)) (let ((named-panes (frame-panes-for-layout frame))) (declare (ignorable named-panes)) (let ((single-pane (assoc-value named-panes (quote single-pane) test (function eq)))) (declare (ignorable single-pane)) (setf (frame-panes frame) (ecase (frame-current-layout frame) (default single-pane)))))) |
| Jump to: | D F G M R S U |
|---|
| Jump to: | D F G M R S U |
|---|
| Jump to: | %
S |
|---|
| Index Entry | Section | ||
|---|---|---|---|
| | |||
| % | |||
%dataframe: | Private classes | ||
| | |||
| S | |||
Slot, %dataframe: | Private classes | ||
| | |||
| Jump to: | %
S |
|---|
| Jump to: | C F P S T V |
|---|
| Jump to: | C F P S T V |
|---|