This is the vellum-clim Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:02:25 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
vellum-clim
Simplistic 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.lisp
package.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-clim
common-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) (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))) (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))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame)) |
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 |
---|