Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the vellum-clim Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Jun 15 06:06:26 2022 GMT+0.
Next: Systems, Previous: The vellum-clim Reference Manual, Up: The vellum-clim Reference Manual [Contents][Index]
This system adds a very simple table viewer build on the mcclim. To invoke it call VELLUM:SHOW with :CLIM as the first argument. It is purely viewer, lacking any sort of interactivity. It is also only suitable for small tables.
Next: Files, Previous: Introduction, Up: The vellum-clim Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
Simplistic vellum data frames viewer made with mcclim.
Marek Kochanowicz
BSD simplified
0.0.0
Next: Packages, Previous: Systems, Up: The vellum-clim Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: vellum-clim/package.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
vellum-clim (system).
Next: vellum-clim/code.lisp, Previous: vellum-clim/vellum-clim.asd, Up: Lisp [Contents][Index]
vellum-clim (system).
Previous: vellum-clim/package.lisp, Up: Lisp [Contents][Index]
package.lisp (file).
vellum-clim (system).
update-instance-for-redefined-class (method).
Next: Definitions, Previous: Files, Up: The vellum-clim Reference Manual [Contents][Index]
Packages are listed by definition order.
common-lisp.
Next: Indexes, Previous: Packages, Up: The vellum-clim Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Previous: Public Interface, Up: Public Interface [Contents][Index]
Previous: Public Interface, Up: Definitions [Contents][Index]
Next: Ordinary functions, Previous: Internals, Up: Internals [Contents][Index]
Next: Generic functions, Previous: Macros, Up: Internals [Contents][Index]
Next: Standalone methods, Previous: Ordinary functions, Up: Internals [Contents][Index]
automatically generated reader method
Next: Classes, Previous: Generic functions, Up: Internals [Contents][Index]
clim-internals.
Previous: Standalone methods, Up: Internals [Contents][Index]
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) (or (frame-panes-for-layout frame) (setf (frame-panes-for-layout frame) (with-look-and-feel-realization (fm 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) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((single-pane (assoc-value named-panes (quote single-pane) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (default single-pane))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame)) |
Previous: Definitions, Up: The vellum-clim Reference Manual [Contents][Index]
Jump to: | D F G M R S U |
---|
Jump to: | D F G M R S U |
---|
Next: Data types, Previous: Functions, Up: Indexes [Contents][Index]
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 |
---|