The clim-widgets Reference Manual

This is the clim-widgets Reference Manual, version 0.3.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:58:53 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 clim-widgets

small collection of clim widgets

Author

<>

License

BSD Simplified

Version

0.3.1

Dependencies
  • mcclim (system).
  • simple-date-time (system).
  • local-time (system).
  • perlre (system).
  • nsort (system).
  • cl-fad (system).
  • closer-mop (system).
  • manifest (system).
Source

clim-widgets.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 clim-widgets/clim-widgets.asd

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

ASDF Systems

clim-widgets.


3.1.2 clim-widgets/package.lisp

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Packages

3.1.3 clim-widgets/cw-utils.lisp

Dependency

package.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Public Interface
Internals

3.1.4 clim-widgets/clim-widgets.lisp

Dependency

cw-utils.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).


3.1.5 clim-widgets/calendar.lisp

Dependency

clim-widgets.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Public Interface
Internals

3.1.6 clim-widgets/clock.lisp

Dependency

calendar.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Public Interface
Internals

3.1.7 clim-widgets/tree-view.lisp

Dependency

clock.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Public Interface
Internals

3.1.8 clim-widgets/cw-examples.lisp

Dependency

tree-view.lisp (file).

Source

clim-widgets.asd.

Parent Component

clim-widgets (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cw-clock

Source

package.lisp.

Use List
  • clim.
  • clim-lisp.
Used By List

clim-widgets.

Public Interface
Internals

4.2 cw-examples

Source

package.lisp.

Use List
Internals

4.3 cw-utils

Source

package.lisp.

Use List
  • clim.
  • clim-lisp.
Used By List
Public Interface
Internals

4.4 clim-widgets

Source

package.lisp.

Nickname

cw

Use List
Used By List

cw-examples.


4.5 cw-calendar

Source

package.lisp.

Use List
  • clim.
  • clim-lisp.
Used By List

clim-widgets.

Public Interface

calendar (function).

Internals

4.6 cw-treeview

Source

package.lisp.

Use List
Used By List

clim-widgets.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: nodes
Package

cw-utils.

Source

cw-utils.lisp.


5.1.2 Symbol macros

Symbol Macro: textsize
Package

cw-utils.

Source

cw-utils.lisp.


5.1.3 Macros

Macro: define-node-methods (&key nc cc nn ln gc cp cy)

Define subclasses of node and leaf CLASSES with corresponding METHODS to get the childs of a node. All these classes and methods can also be defined, subclassed, etc. in the normal way. Keyword arguments:
:nc node class
:cc children class
:nn node name
:ln leaf name
:gc supply a form that returns a list of a node’s children ### ev cl for children-list <—- :cp supply a form to test if a child is node or leaf
:cy supply a function to test for equality o child nodes
See view directory for an example usage

Package

cw-treeview.

Source

tree-view.lisp.


5.1.4 Ordinary functions

Function: calendar (&optional month year)
Package

cw-calendar.

Source

calendar.lisp.

Function: clock ()
Package

cw-clock.

Source

clock.lisp.

Function: digital-clock-eu ()
Package

cw-clock.

Source

clock.lisp.

Function: list-dir (d)
Package

cw-treeview.

Source

tree-view.lisp.

Function: pack (l)
Package

cw-utils.

Source

cw-utils.lisp.

Function: sym2stg (l)

transform a symbol-tree into a downcase string-tree

Package

cw-utils.

Source

cw-utils.lisp.

Function: t2h (tree)

tree to hash-table, key is a superior, val is a list of inferiors

Package

cw-utils.

Source

cw-utils.lisp.

Function: t2h-r (l)

insert into an emtpy ht

Package

cw-utils.

Source

cw-utils.lisp.

Function: tree-view (group &optional frame ptype &key left top right bottom pretty-name &allow-other-keys)
Package

cw-treeview.

Source

tree-view.lisp.

Function: treeview (tree &optional key)

view a tree

Package

cw-treeview.

Source

tree-view.lisp.


5.1.5 Generic functions

Generic Function: childnode-is-youngestsibling (n ch)
Package

cw-treeview.

Methods
Method: childnode-is-youngestsibling ((n string) ch)
Source

cw-examples.lisp.

Method: childnode-is-youngestsibling ((n symbol) ch)
Source

cw-examples.lisp.

Method: childnode-is-youngestsibling ((n pathname) ch)
Source

tree-view.lisp.

Generic Function: children (object)
Package

cw-treeview.

Methods
Method: children :before ((n node-pkg))

create children-instances

Source

cw-examples.lisp.

Method: children :before ((n node-cb))

create children-instances

Source

cw-examples.lisp.

Method: children :before ((n node-88))

create children-instances

Source

cw-examples.lisp.

Method: children :before ((n node-fs))

create children-instances

Source

tree-view.lisp.

Reader Method: children :before ((n node))

create children-instances

Source

tree-view.lisp.

Target Slot

children.

Method: children ((node node))

list of children with attributes such as indentation, node or leaf, youngest-child

Source

tree-view.lisp.

Generic Writer: (setf children) (object)
Package

cw-treeview.

Methods
Writer Method: (setf children) ((node node))

list of children with attributes such as indentation, node or leaf, youngest-child

Source

tree-view.lisp.

Target Slot

children.

Generic Function: display-tree (f p)
Package

cw-treeview.

Methods
Method: display-tree ((f tree) p)
Source

tree-view.lisp.

Generic Reader: group (object)
Generic Writer: (setf group) (object)
Package

cw-treeview.

Methods
Reader Method: group ((tree tree))
Writer Method: (setf group) ((tree tree))

group is an object of a node-class

Source

tree-view.lisp.

Target Slot

group.

Generic Function: item-name (n)
Package

cw-treeview.

Methods
Method: item-name ((n leaf-pkg))
Source

cw-examples.lisp.

Method: item-name ((n node-pkg))
Source

cw-examples.lisp.

Method: item-name ((n leaf-cb))
Source

cw-examples.lisp.

Method: item-name ((n node-cb))
Source

cw-examples.lisp.

Method: item-name ((n leaf-88))
Source

cw-examples.lisp.

Method: item-name ((n node-88))
Source

cw-examples.lisp.

Method: item-name ((n leaf-fs))
Source

tree-view.lisp.

Method: item-name ((n node-fs))
Source

tree-view.lisp.

Method: item-name ((n leaf))
Source

tree-view.lisp.

Method: item-name ((n node))
Source

tree-view.lisp.

Method: item-name (n)
Source

tree-view.lisp.

Generic Function: key (s)
Package

cw-utils.

Methods
Method: key ((s string))
Source

cw-utils.lisp.

Method: key ((s symbol))
Source

cw-utils.lisp.

Generic Reader: name (object)
Package

cw-treeview.

Methods
Reader Method: name ((item item))

automatically generated reader method

Source

tree-view.lisp.

Target Slot

name.

Generic Writer: (setf name) (object)
Package

cw-treeview.

Methods
Writer Method: (setf name) ((item item))

automatically generated writer method

Source

tree-view.lisp.

Target Slot

name.

Generic Function: node-p (n)

test if child is node or leaf

Package

cw-treeview.

Source

tree-view.lisp.

Methods
Method: node-p ((n string))
Source

cw-examples.lisp.

Method: node-p ((n symbol))
Source

cw-examples.lisp.

Method: node-p ((n pathname))

5.1.6 Standalone methods

Method: update-instance-for-redefined-class :after ((instance icd9it) as ds pl &rest initargs)
Source

cw-examples.lisp.

Method: update-instance-for-redefined-class :after ((instance class-browser) as ds pl &rest initargs)
Source

cw-examples.lisp.

Method: update-instance-for-redefined-class :after ((instance pkg-doc) as ds pl &rest initargs)
Source

cw-examples.lisp.

Method: update-instance-for-redefined-class :after ((instance cal) as ds pl &rest initargs)
Source

calendar.lisp.

Method: update-instance-for-redefined-class :after ((instance tree) as ds pl &rest initargs)
Source

tree-view.lisp.


5.1.7 Classes

Class: leaf
Package

cw-treeview.

Source

tree-view.lisp.

Direct superclasses

item.

Direct subclasses
Direct methods
Class: node
Package

cw-treeview.

Source

tree-view.lisp.

Direct superclasses

item.

Direct subclasses
Direct methods
Direct slots
Slot: children

list of children with attributes such as indentation, node or leaf, youngest-child

Readers

children.

Writers

(setf children).

Slot: youngest-child
Initform

t

Initargs

:youngest-child

Readers

youngest-child.

Writers

(setf youngest-child).

Slot: show-children

boolean

Initargs

:show-children

Readers

show-children.

Writers

(setf show-children).

Class: tree
Package

cw-treeview.

Source

tree-view.lisp.

Direct superclasses

standard-application-frame.

Direct subclasses
Direct methods
Direct Default Initargs
InitargValue
:name(quote tree)
:pretty-nametree
:command-table(find-command-table (quote tree))
: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) (coerce-pane-name (make-pane (quote application-pane) display-function (quote display-tree) incremental-redisplay t end-of-line-action allow end-of-page-action allow) (quote single-pane))))))))
: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))
Direct slots
Slot: txtsize
Initform

:normal

Readers

txtsize.

Writers

(setf txtsize).

Slot: group

group is an object of a node-class

Initargs

:group

Readers

group.

Writers

(setf group).

Slot: ptype
Initargs

:ptype

Readers

ptype.

Writers

(setf ptype).


5.2 Internals


5.2.1 Special variables

Special Variable: dashed-lines
Package

cw-treeview.

Source

tree-view.lisp.

Special Variable: days
Package

cw-calendar.

Source

calendar.lisp.

Special Variable: grid
Package

cw-treeview.

Source

tree-view.lisp.

Special Variable: ht
Package

cw-examples.

Source

cw-examples.lisp.

Special Variable: icds
Package

cw-examples.

Source

cw-examples.lisp.

Special Variable: icon
Package

cw-treeview.

Source

tree-view.lisp.

Special Variable: pkg-list
Package

cw-examples.

Source

cw-examples.lisp.

Special Variable: stgtree
Package

cw-examples.

Source

cw-examples.lisp.

Special Variable: symtree
Package

cw-examples.

Source

cw-examples.lisp.


5.2.2 Symbol macros

Symbol Macro: d
Package

cw-treeview.

Source

tree-view.lisp.

Symbol Macro: hand-s
Package

cw-clock.

Source

clock.lisp.


5.2.3 Macros

Macro: define-cal-command (name-and-options arguments &rest body)
Package

cw-calendar.

Source

calendar.lisp.

Macro: define-class-browser-command (name-and-options arguments &rest body)
Package

cw-examples.

Source

cw-examples.lisp.

Macro: define-icd9it-command (name-and-options arguments &rest body)
Package

cw-examples.

Source

cw-examples.lisp.

Macro: define-pkg-doc-command (name-and-options arguments &rest body)
Package

cw-examples.

Source

cw-examples.lisp.

Macro: define-tree-command (name-and-options arguments &rest body)
Package

cw-treeview.

Source

tree-view.lisp.

Macro: disp-day-nr ()
Package

cw-calendar.

Source

calendar.lisp.

Macro: disp-fn (rc)
Package

cw-calendar.

Source

calendar.lisp.

Macro: mp (d-fn)
Package

cw-calendar.

Source

calendar.lisp.

Macro: proc (fn)
Package

cw-examples.

Source

cw-examples.lisp.

Macro: s ()
Package

cw-calendar.

Source

calendar.lisp.

Macro: uset (n)

dec 60, doz 72

Package

cw-clock.

Source

clock.lisp.


5.2.4 Ordinary functions

Function: bar (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: bar% (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: change-m (c)
Package

cw-calendar.

Source

calendar.lisp.

Function: change-m%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-calendar.

Source

calendar.lisp.

Function: change-y (c)
Package

cw-calendar.

Source

calendar.lisp.

Function: change-y%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-calendar.

Source

calendar.lisp.

Function: class-browser1 (key)
Package

cw-examples.

Source

cw-examples.lisp.

Function: class-browser2 (key)
Package

cw-examples.

Source

cw-examples.lisp.

Function: clock-eu% (l n f ts)
Package

cw-clock.

Source

clock.lisp.

Function: draw-icon (s group)
Package

cw-treeview.

Source

tree-view.lisp.

Function: face-dec-eu (s)
Package

cw-clock.

Source

clock.lisp.

Function: filter-with-init (words init)
Package

cw-examples.

Source

cw-examples.lisp.

Function: get-date (date)
Package

cw-calendar.

Source

calendar.lisp.

Function: get-date%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-calendar.

Source

calendar.lisp.

Function: group-by-first-letter (words)
Package

cw-examples.

Source

cw-examples.lisp.

Function: hand (f ink l w tr)
Package

cw-clock.

Source

clock.lisp.

Function: hand-s (s ink l w tr)
Package

cw-clock.

Source

clock.lisp.

Function: icd-test (tree &optional key)
Package

cw-examples.

Source

cw-examples.lisp.

Function: layout1 (f p)
Package

cw-calendar.

Source

calendar.lisp.

Function: layout2 (f p)
Package

cw-calendar.

Source

calendar.lisp.

Function: m (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: p (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: pack-leaves (l)

recursive pack every leaf-node into parentheses

Package

cw-utils.

Source

cw-utils.lisp.

Function: packages ()
Package

cw-examples.

Source

cw-examples.lisp.

Function: packages%parser (arg del str)
Package

cw-examples.

Source

cw-examples.lisp.

Function: pega (l)
Package

cw-utils.

Source

cw-utils.lisp.

Function: pkg-doc (&optional pkg)
Package

cw-examples.

Source

cw-examples.lisp.

Function: plus (s x y o)
Package

cw-treeview.

Source

tree-view.lisp.

Function: pointr (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: pointr% (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: present-symbols%% (pkg)
Package

cw-examples.

Source

cw-examples.lisp.

Function: rect (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: rmapcar (fn &rest args)
Package

cw-utils.

Source

cw-utils.lisp.

Function: run-all-examples ()
Package

cw-examples.

Source

cw-examples.lisp.

Function: show-info (item)
Package

cw-examples.

Source

cw-examples.lisp.

Function: show-info%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-examples.

Source

cw-examples.lisp.

Function: spc (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: start (m y)

returns the start-date, i.e. the first of 7x6=42 dates, as an instance e.g #<SIMPLE-DATE-TIME:DATE-TIME 2014-07-27 00:00:00.000 {100654EAF3}>

Package

cw-calendar.

Source

calendar.lisp.

Function: stg (sym)
Package

cw-utils.

Source

cw-utils.lisp.

Function: switch-layout (c)
Package

cw-calendar.

Source

calendar.lisp.

Function: switch-layout%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-calendar.

Source

calendar.lisp.

Function: t2h-r% (l)
Package

cw-utils.

Source

cw-utils.lisp.

Function: tics (s n l)
Package

cw-clock.

Source

clock.lisp.

Function: tira (l)
Package

cw-utils.

Source

cw-utils.lisp.

Function: todays-date (c)
Package

cw-calendar.

Source

calendar.lisp.

Function: todays-date%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-calendar.

Source

calendar.lisp.

Function: tri-m (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: tri-p (s)
Package

cw-treeview.

Source

tree-view.lisp.

Function: triangle (s x y o)
Package

cw-treeview.

Source

tree-view.lisp.

Function: triangle2 (s x y o)
Package

cw-treeview.

Source

tree-view.lisp.

Function: txt-size ()
Package

cw-treeview.

Source

tree-view.lisp.

Function: txt-size%parser (arg del str)
Package

cw-treeview.

Source

tree-view.lisp.

Function: view-deb-available ()
Package

cw-examples.

Source

cw-examples.lisp.

Function: view-deb-installed ()
Package

cw-examples.

Source

cw-examples.lisp.

Function: view-exe ()

list executables on a linux computer

Package

cw-examples.

Source

cw-examples.lisp.

Function: xx (item)
Package

cw-examples.

Source

cw-examples.lisp.

Function: xx%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-examples.

Source

cw-examples.lisp.

Function: xxx (item)
Package

cw-examples.

Source

cw-examples.lisp.

Function: xxx%parser (argument-parser0 delimiter-parser1 stream2)
Package

cw-examples.

Source

cw-examples.lisp.


5.2.5 Generic functions

Generic Reader: d (object)
Package

cw-calendar.

Methods
Reader Method: d ((cal cal))

automatically generated reader method

Source

calendar.lisp.

Target Slot

day.

Generic Writer: (setf d) (object)
Package

cw-calendar.

Methods
Writer Method: (setf d) ((cal cal))

automatically generated writer method

Source

calendar.lisp.

Target Slot

day.

Generic Function: disp-pkg-info (f p)
Package

cw-examples.

Methods
Method: disp-pkg-info ((f pkg-doc) p)
Source

cw-examples.lisp.

Generic Function: disp-tree (item pt s indent)
Package

cw-treeview.

Methods
Method: disp-tree (item pt s indent)

This presents the item’s name

Source

tree-view.lisp.

Method: disp-tree :before ((item leaf) pt s indent)

This displays grid and pointer of a leaf-item

Source

tree-view.lisp.

Method: disp-tree :around ((item node) pt s indent)

This displays grid, pointer, icon and children of a node-item

Source

tree-view.lisp.

Generic Function: get-children (n)

get a list of children

Package

cw-treeview.

Source

tree-view.lisp.

Methods
Method: get-children ((n node-pkg))
Source

cw-examples.lisp.

Method: get-children ((n node-cb))
Source

cw-examples.lisp.

Method: get-children ((n node-88))
Source

cw-examples.lisp.

Method: get-children ((n node-fs))
Method: get-children ((n node))
Generic Function: grid (s i n)
Package

cw-treeview.

Methods
Method: grid (s i n)
Source

tree-view.lisp.

Generic Reader: indent (object)
Package

cw-treeview.

Methods
Reader Method: indent ((item item))

automatically generated reader method

Source

tree-view.lisp.

Target Slot

indent.

Generic Writer: (setf indent) (object)
Package

cw-treeview.

Methods
Writer Method: (setf indent) ((item item))

automatically generated writer method

Source

tree-view.lisp.

Target Slot

indent.

Generic Reader: info (object)
Package

cw-examples.

Methods
Reader Method: info ((pkg-doc pkg-doc))

automatically generated reader method

Source

cw-examples.lisp.

Target Slot

info.

Reader Method: info ((class-browser class-browser))

automatically generated reader method

Source

cw-examples.lisp.

Target Slot

info.

Reader Method: info ((icd9it icd9it))

automatically generated reader method

Source

cw-examples.lisp.

Target Slot

info.

Generic Writer: (setf info) (object)
Package

cw-examples.

Methods
Writer Method: (setf info) ((pkg-doc pkg-doc))

automatically generated writer method

Source

cw-examples.lisp.

Target Slot

info.

Writer Method: (setf info) ((class-browser class-browser))

automatically generated writer method

Source

cw-examples.lisp.

Target Slot

info.

Writer Method: (setf info) ((icd9it icd9it))

automatically generated writer method

Source

cw-examples.lisp.

Target Slot

info.

Generic Reader: m (object)
Package

cw-calendar.

Methods
Reader Method: m ((cal cal))

automatically generated reader method

Source

calendar.lisp.

Target Slot

month.

Generic Writer: (setf m) (object)
Package

cw-calendar.

Methods
Writer Method: (setf m) ((cal cal))

automatically generated writer method

Source

calendar.lisp.

Target Slot

month.

Generic Reader: ptype (object)
Package

cw-treeview.

Methods
Reader Method: ptype ((tree tree))

automatically generated reader method

Source

tree-view.lisp.

Target Slot

ptype.

Generic Writer: (setf ptype) (object)
Package

cw-treeview.

Methods
Writer Method: (setf ptype) ((tree tree))

automatically generated writer method

Source

tree-view.lisp.

Target Slot

ptype.

Generic Reader: show-children (object)
Generic Writer: (setf show-children) (object)
Package

cw-treeview.

Methods
Reader Method: show-children ((node node))
Writer Method: (setf show-children) ((node node))

boolean

Source

tree-view.lisp.

Target Slot

show-children.

Generic Function: show-childreno (f p)
Package

cw-examples.

Methods
Method: show-childreno ((f class-browser) p)
Source

cw-examples.lisp.

Method: show-childreno ((f icd9it) p)
Source

cw-examples.lisp.

Generic Function: toggle (n)
Package

cw-treeview.

Methods
Method: toggle (n)
Source

tree-view.lisp.

Generic Reader: txtsize (object)
Package

cw-treeview.

Methods
Reader Method: txtsize ((tree tree))

automatically generated reader method

Source

tree-view.lisp.

Target Slot

txtsize.

Generic Writer: (setf txtsize) (object)
Package

cw-treeview.

Methods
Writer Method: (setf txtsize) ((tree tree))

automatically generated writer method

Source

tree-view.lisp.

Target Slot

txtsize.

Generic Reader: y (object)
Package

cw-calendar.

Methods
Reader Method: y ((cal cal))

automatically generated reader method

Source

calendar.lisp.

Target Slot

year.

Generic Writer: (setf y) (object)
Package

cw-calendar.

Methods
Writer Method: (setf y) ((cal cal))

automatically generated writer method

Source

calendar.lisp.

Target Slot

year.

Generic Reader: youngest-child (object)
Package

cw-treeview.

Methods
Reader Method: youngest-child ((node node))

automatically generated reader method

Source

tree-view.lisp.

Target Slot

youngest-child.

Generic Writer: (setf youngest-child) (object)
Package

cw-treeview.

Methods
Writer Method: (setf youngest-child) ((node node))

automatically generated writer method

Source

tree-view.lisp.

Target Slot

youngest-child.


5.2.6 Standalone methods

Method: reinitialize-panes-and-layouts ((frame icd9it))
Package

clim-internals.

Source

cw-examples.lisp.

Method: reinitialize-panes-and-layouts ((frame class-browser))
Package

clim-internals.

Source

cw-examples.lisp.

Method: reinitialize-panes-and-layouts ((frame pkg-doc))
Package

clim-internals.

Source

cw-examples.lisp.

Method: reinitialize-panes-and-layouts ((frame cal))
Package

clim-internals.

Source

calendar.lisp.

Method: reinitialize-panes-and-layouts ((frame tree))
Package

clim-internals.

Source

tree-view.lisp.


5.2.7 Classes

Class: cal
Package

cw-calendar.

Source

calendar.lisp.

Direct superclasses

standard-application-frame.

Direct methods
Direct Default Initargs
InitargValue
:name(quote cal)
:pretty-namecal
:command-table(find-command-table (quote cal))
:disabled-commands(quote nil)
:menu-bar(quote t)
:pointer-documentation(quote nil)
:current-layout(quote c1)
:layouts(quote ((c1 cal1) (c2 cal2)))
: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 cal1) (coerce-pane-name (mp layout1) (quote cal1))) (cons (quote cal2) (coerce-pane-name (mp layout2) (quote cal2))))))))
:layout-constructor(lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((cal1 (assoc-value named-panes (quote cal1) test (function eq))) (cal2 (assoc-value named-panes (quote cal2) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (c1 cal1) (c2 cal2))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame))
Direct slots
Slot: day
Readers

d.

Writers

(setf d).

Slot: month
Initargs

:m

Readers

m.

Writers

(setf m).

Slot: year
Initargs

:y

Readers

y.

Writers

(setf y).

Class: class-browser
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

tree.

Direct methods
Direct Default Initargs
InitargValue
:name(quote class-browser)
:pretty-nameclass-browser
:command-table(find-command-table (quote class-browser))
:disabled-commands(quote nil)
:menu-bar(quote tree)
:pointer-documentation(quote nil)
:current-layout(quote double)
:layouts(quote ((double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info))))
: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 tree) (make-clim-application-pane name (quote tree) display-function (quote display-tree) incremental-redisplay t end-of-line-action allow end-of-page-action allow)) (cons (quote info) (make-clim-application-pane name (quote info) display-function (quote show-childreno) incremental-redisplay t end-of-line-action allow end-of-page-action allow)))))))
:layout-constructor(lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((tree (assoc-value named-panes (quote tree) test (function eq))) (info (assoc-value named-panes (quote info) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info)))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame))
Direct slots
Slot: info
Initform

""

Readers

info.

Writers

(setf info).

Class: icd9it
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

tree.

Direct methods
Direct Default Initargs
InitargValue
:name(quote icd9it)
:pretty-nameicd9it
:command-table(find-command-table (quote icd9it))
:disabled-commands(quote nil)
:menu-bar(quote tree)
:pointer-documentation(quote nil)
:current-layout(quote double)
:layouts(quote ((double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info))))
: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 tree) (make-clim-application-pane name (quote tree) display-function (quote display-tree) incremental-redisplay t end-of-line-action allow end-of-page-action allow)) (cons (quote info) (make-clim-application-pane name (quote info) display-function (quote show-childreno) incremental-redisplay t)))))))
:layout-constructor(lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((tree (assoc-value named-panes (quote tree) test (function eq))) (info (assoc-value named-panes (quote info) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info)))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame))
Direct slots
Slot: info
Initform

""

Readers

info.

Writers

(setf info).

Class: item
Package

cw-treeview.

Source

tree-view.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: indent
Initform

0

Initargs

:indent

Readers

indent.

Writers

(setf indent).

Class: leaf-88
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

leaf.

Direct methods

item-name.

Class: leaf-cb
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

leaf.

Direct methods

item-name.

Class: leaf-fs
Package

cw-treeview.

Source

tree-view.lisp.

Direct superclasses

leaf.

Direct methods

item-name.

Class: leaf-pkg
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

leaf.

Direct methods

item-name.

Class: node-88
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

node.

Direct methods
Class: node-cb
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

node.

Direct methods
Class: node-fs
Package

cw-treeview.

Source

tree-view.lisp.

Direct superclasses

node.

Direct methods
Class: node-pkg
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

node.

Direct methods
Class: pkg-doc
Package

cw-examples.

Source

cw-examples.lisp.

Direct superclasses

tree.

Direct methods
Direct Default Initargs
InitargValue
:name(quote pkg-doc)
:pretty-namepkg-doc
:command-table(find-command-table (quote pkg-doc))
:disabled-commands(quote nil)
:menu-bar(quote t)
:pointer-documentation(quote nil)
:current-layout(quote double)
:layouts(quote ((double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info))))
: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 tree) (make-clim-application-pane name (quote tree) display-function (quote display-tree) incremental-redisplay t end-of-line-action allow end-of-page-action allow)) (cons (quote info) (make-clim-application-pane name (quote info) display-function (quote disp-pkg-info) incremental-redisplay t)))))))
:layout-constructor(lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((tree (assoc-value named-panes (quote tree) test (function eq))) (info (assoc-value named-panes (quote info) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (double (horizontally nil tree (make-pane (quote box-adjuster-gadget)) info)))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame))
Direct slots
Slot: info
Initform

""

Readers

info.

Writers

(setf info).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
B   C   D   F   G   H   I   K   L   M   N   P   R   S   T   U   V   X   Y  
Index Entry  Section

(
(setf children): Public generic functions
(setf children): Public generic functions
(setf d): Private generic functions
(setf d): Private generic functions
(setf group): Public generic functions
(setf group): Public generic functions
(setf indent): Private generic functions
(setf indent): Private generic functions
(setf info): Private generic functions
(setf info): Private generic functions
(setf info): Private generic functions
(setf info): Private generic functions
(setf m): Private generic functions
(setf m): Private generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf ptype): Private generic functions
(setf ptype): Private generic functions
(setf show-children): Private generic functions
(setf show-children): Private generic functions
(setf txtsize): Private generic functions
(setf txtsize): Private generic functions
(setf y): Private generic functions
(setf y): Private generic functions
(setf youngest-child): Private generic functions
(setf youngest-child): Private generic functions

B
bar: Private ordinary functions
bar%: Private ordinary functions

C
calendar: Public ordinary functions
change-m: Private ordinary functions
change-m%parser: Private ordinary functions
change-y: Private ordinary functions
change-y%parser: Private ordinary functions
childnode-is-youngestsibling: Public generic functions
childnode-is-youngestsibling: Public generic functions
childnode-is-youngestsibling: Public generic functions
childnode-is-youngestsibling: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
class-browser1: Private ordinary functions
class-browser2: Private ordinary functions
clock: Public ordinary functions
clock-eu%: Private ordinary functions

D
d: Private generic functions
d: Private generic functions
define-cal-command: Private macros
define-class-browser-command: Private macros
define-icd9it-command: Private macros
define-node-methods: Public macros
define-pkg-doc-command: Private macros
define-tree-command: Private macros
digital-clock-eu: Public ordinary functions
disp-day-nr: Private macros
disp-fn: Private macros
disp-pkg-info: Private generic functions
disp-pkg-info: Private generic functions
disp-tree: Private generic functions
disp-tree: Private generic functions
disp-tree: Private generic functions
disp-tree: Private generic functions
display-tree: Public generic functions
display-tree: Public generic functions
draw-icon: Private ordinary functions

F
face-dec-eu: Private ordinary functions
filter-with-init: Private ordinary functions
Function, bar: Private ordinary functions
Function, bar%: Private ordinary functions
Function, calendar: Public ordinary functions
Function, change-m: Private ordinary functions
Function, change-m%parser: Private ordinary functions
Function, change-y: Private ordinary functions
Function, change-y%parser: Private ordinary functions
Function, class-browser1: Private ordinary functions
Function, class-browser2: Private ordinary functions
Function, clock: Public ordinary functions
Function, clock-eu%: Private ordinary functions
Function, digital-clock-eu: Public ordinary functions
Function, draw-icon: Private ordinary functions
Function, face-dec-eu: Private ordinary functions
Function, filter-with-init: Private ordinary functions
Function, get-date: Private ordinary functions
Function, get-date%parser: Private ordinary functions
Function, group-by-first-letter: Private ordinary functions
Function, hand: Private ordinary functions
Function, hand-s: Private ordinary functions
Function, icd-test: Private ordinary functions
Function, layout1: Private ordinary functions
Function, layout2: Private ordinary functions
Function, list-dir: Public ordinary functions
Function, m: Private ordinary functions
Function, p: Private ordinary functions
Function, pack: Public ordinary functions
Function, pack-leaves: Private ordinary functions
Function, packages: Private ordinary functions
Function, packages%parser: Private ordinary functions
Function, pega: Private ordinary functions
Function, pkg-doc: Private ordinary functions
Function, plus: Private ordinary functions
Function, pointr: Private ordinary functions
Function, pointr%: Private ordinary functions
Function, present-symbols%%: Private ordinary functions
Function, rect: Private ordinary functions
Function, rmapcar: Private ordinary functions
Function, run-all-examples: Private ordinary functions
Function, show-info: Private ordinary functions
Function, show-info%parser: Private ordinary functions
Function, spc: Private ordinary functions
Function, start: Private ordinary functions
Function, stg: Private ordinary functions
Function, switch-layout: Private ordinary functions
Function, switch-layout%parser: Private ordinary functions
Function, sym2stg: Public ordinary functions
Function, t2h: Public ordinary functions
Function, t2h-r: Public ordinary functions
Function, t2h-r%: Private ordinary functions
Function, tics: Private ordinary functions
Function, tira: Private ordinary functions
Function, todays-date: Private ordinary functions
Function, todays-date%parser: Private ordinary functions
Function, tree-view: Public ordinary functions
Function, treeview: Public ordinary functions
Function, tri-m: Private ordinary functions
Function, tri-p: Private ordinary functions
Function, triangle: Private ordinary functions
Function, triangle2: Private ordinary functions
Function, txt-size: Private ordinary functions
Function, txt-size%parser: Private ordinary functions
Function, view-deb-available: Private ordinary functions
Function, view-deb-installed: Private ordinary functions
Function, view-exe: Private ordinary functions
Function, xx: Private ordinary functions
Function, xx%parser: Private ordinary functions
Function, xxx: Private ordinary functions
Function, xxx%parser: Private ordinary functions

G
Generic Function, (setf children): Public generic functions
Generic Function, (setf d): Private generic functions
Generic Function, (setf group): Public generic functions
Generic Function, (setf indent): Private generic functions
Generic Function, (setf info): Private generic functions
Generic Function, (setf m): Private generic functions
Generic Function, (setf name): Public generic functions
Generic Function, (setf ptype): Private generic functions
Generic Function, (setf show-children): Private generic functions
Generic Function, (setf txtsize): Private generic functions
Generic Function, (setf y): Private generic functions
Generic Function, (setf youngest-child): Private generic functions
Generic Function, childnode-is-youngestsibling: Public generic functions
Generic Function, children: Public generic functions
Generic Function, d: Private generic functions
Generic Function, disp-pkg-info: Private generic functions
Generic Function, disp-tree: Private generic functions
Generic Function, display-tree: Public generic functions
Generic Function, get-children: Private generic functions
Generic Function, grid: Private generic functions
Generic Function, group: Public generic functions
Generic Function, indent: Private generic functions
Generic Function, info: Private generic functions
Generic Function, item-name: Public generic functions
Generic Function, key: Public generic functions
Generic Function, m: Private generic functions
Generic Function, name: Public generic functions
Generic Function, node-p: Public generic functions
Generic Function, ptype: Private generic functions
Generic Function, show-children: Private generic functions
Generic Function, show-childreno: Private generic functions
Generic Function, toggle: Private generic functions
Generic Function, txtsize: Private generic functions
Generic Function, y: Private generic functions
Generic Function, youngest-child: Private generic functions
get-children: Private generic functions
get-children: Private generic functions
get-children: Private generic functions
get-children: Private generic functions
get-children: Private generic functions
get-children: Private generic functions
get-date: Private ordinary functions
get-date%parser: Private ordinary functions
grid: Private generic functions
grid: Private generic functions
group: Public generic functions
group: Public generic functions
group-by-first-letter: Private ordinary functions

H
hand: Private ordinary functions
hand-s: Private ordinary functions

I
icd-test: Private ordinary functions
indent: Private generic functions
indent: Private generic functions
info: Private generic functions
info: Private generic functions
info: Private generic functions
info: Private generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions
item-name: Public generic functions

K
key: Public generic functions
key: Public generic functions
key: Public generic functions

L
layout1: Private ordinary functions
layout2: Private ordinary functions
list-dir: Public ordinary functions

M
m: Private ordinary functions
m: Private generic functions
m: Private generic functions
Macro, define-cal-command: Private macros
Macro, define-class-browser-command: Private macros
Macro, define-icd9it-command: Private macros
Macro, define-node-methods: Public macros
Macro, define-pkg-doc-command: Private macros
Macro, define-tree-command: Private macros
Macro, disp-day-nr: Private macros
Macro, disp-fn: Private macros
Macro, mp: Private macros
Macro, proc: Private macros
Macro, s: Private macros
Macro, uset: Private macros
Method, (setf children): Public generic functions
Method, (setf d): Private generic functions
Method, (setf group): Public generic functions
Method, (setf indent): Private generic functions
Method, (setf info): Private generic functions
Method, (setf info): Private generic functions
Method, (setf info): Private generic functions
Method, (setf m): Private generic functions
Method, (setf name): Public generic functions
Method, (setf ptype): Private generic functions
Method, (setf show-children): Private generic functions
Method, (setf txtsize): Private generic functions
Method, (setf y): Private generic functions
Method, (setf youngest-child): Private generic functions
Method, childnode-is-youngestsibling: Public generic functions
Method, childnode-is-youngestsibling: Public generic functions
Method, childnode-is-youngestsibling: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, d: Private generic functions
Method, disp-pkg-info: Private generic functions
Method, disp-tree: Private generic functions
Method, disp-tree: Private generic functions
Method, disp-tree: Private generic functions
Method, display-tree: Public generic functions
Method, get-children: Private generic functions
Method, get-children: Private generic functions
Method, get-children: Private generic functions
Method, get-children: Private generic functions
Method, get-children: Private generic functions
Method, grid: Private generic functions
Method, group: Public generic functions
Method, indent: Private generic functions
Method, info: Private generic functions
Method, info: Private generic functions
Method, info: Private generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, item-name: Public generic functions
Method, key: Public generic functions
Method, key: Public generic functions
Method, m: Private generic functions
Method, name: Public generic functions
Method, node-p: Public generic functions
Method, node-p: Public generic functions
Method, node-p: Public generic functions
Method, ptype: Private generic functions
Method, reinitialize-panes-and-layouts: Private standalone methods
Method, reinitialize-panes-and-layouts: Private standalone methods
Method, reinitialize-panes-and-layouts: Private standalone methods
Method, reinitialize-panes-and-layouts: Private standalone methods
Method, reinitialize-panes-and-layouts: Private standalone methods
Method, show-children: Private generic functions
Method, show-childreno: Private generic functions
Method, show-childreno: Private generic functions
Method, toggle: Private generic functions
Method, txtsize: Private generic functions
Method, update-instance-for-redefined-class: Public standalone methods
Method, update-instance-for-redefined-class: Public standalone methods
Method, update-instance-for-redefined-class: Public standalone methods
Method, update-instance-for-redefined-class: Public standalone methods
Method, update-instance-for-redefined-class: Public standalone methods
Method, y: Private generic functions
Method, youngest-child: Private generic functions
mp: Private macros

N
name: Public generic functions
name: Public generic functions
node-p: Public generic functions
node-p: Public generic functions
node-p: Public generic functions
node-p: Public generic functions

P
p: Private ordinary functions
pack: Public ordinary functions
pack-leaves: Private ordinary functions
packages: Private ordinary functions
packages%parser: Private ordinary functions
pega: Private ordinary functions
pkg-doc: Private ordinary functions
plus: Private ordinary functions
pointr: Private ordinary functions
pointr%: Private ordinary functions
present-symbols%%: Private ordinary functions
proc: Private macros
ptype: Private generic functions
ptype: Private generic functions

R
rect: Private ordinary functions
reinitialize-panes-and-layouts: Private standalone methods
reinitialize-panes-and-layouts: Private standalone methods
reinitialize-panes-and-layouts: Private standalone methods
reinitialize-panes-and-layouts: Private standalone methods
reinitialize-panes-and-layouts: Private standalone methods
rmapcar: Private ordinary functions
run-all-examples: Private ordinary functions

S
s: Private macros
show-children: Private generic functions
show-children: Private generic functions
show-childreno: Private generic functions
show-childreno: Private generic functions
show-childreno: Private generic functions
show-info: Private ordinary functions
show-info%parser: Private ordinary functions
spc: Private ordinary functions
start: Private ordinary functions
stg: Private ordinary functions
switch-layout: Private ordinary functions
switch-layout%parser: Private ordinary functions
sym2stg: Public ordinary functions

T
t2h: Public ordinary functions
t2h-r: Public ordinary functions
t2h-r%: Private ordinary functions
tics: Private ordinary functions
tira: Private ordinary functions
todays-date: Private ordinary functions
todays-date%parser: Private ordinary functions
toggle: Private generic functions
toggle: Private generic functions
tree-view: Public ordinary functions
treeview: Public ordinary functions
tri-m: Private ordinary functions
tri-p: Private ordinary functions
triangle: Private ordinary functions
triangle2: Private ordinary functions
txt-size: Private ordinary functions
txt-size%parser: Private ordinary functions
txtsize: Private generic functions
txtsize: Private generic functions

U
update-instance-for-redefined-class: Public standalone methods
update-instance-for-redefined-class: Public standalone methods
update-instance-for-redefined-class: Public standalone methods
update-instance-for-redefined-class: Public standalone methods
update-instance-for-redefined-class: Public standalone methods
uset: Private macros

V
view-deb-available: Private ordinary functions
view-deb-installed: Private ordinary functions
view-exe: Private ordinary functions

X
xx: Private ordinary functions
xx%parser: Private ordinary functions
xxx: Private ordinary functions
xxx%parser: Private ordinary functions

Y
y: Private generic functions
y: Private generic functions
youngest-child: Private generic functions
youngest-child: Private generic functions


A.3 Variables

Jump to:   C   D   G   H   I   M   N   P   S   T   Y  
Index Entry  Section

C
children: Public classes

D
d: Private symbol macros
dashed-lines: Private special variables
day: Private classes
days: Private special variables

G
grid: Private special variables
group: Public classes

H
hand-s: Private symbol macros
ht: Private special variables

I
icds: Private special variables
icon: Private special variables
indent: Private classes
info: Private classes
info: Private classes
info: Private classes

M
month: Private classes

N
name: Private classes
nodes: Public special variables

P
pkg-list: Private special variables
ptype: Public classes

S
show-children: Public classes
Slot, children: Public classes
Slot, day: Private classes
Slot, group: Public classes
Slot, indent: Private classes
Slot, info: Private classes
Slot, info: Private classes
Slot, info: Private classes
Slot, month: Private classes
Slot, name: Private classes
Slot, ptype: Public classes
Slot, show-children: Public classes
Slot, txtsize: Public classes
Slot, year: Private classes
Slot, youngest-child: Public classes
Special Variable, dashed-lines: Private special variables
Special Variable, days: Private special variables
Special Variable, grid: Private special variables
Special Variable, ht: Private special variables
Special Variable, icds: Private special variables
Special Variable, icon: Private special variables
Special Variable, nodes: Public special variables
Special Variable, pkg-list: Private special variables
Special Variable, stgtree: Private special variables
Special Variable, symtree: Private special variables
stgtree: Private special variables
Symbol Macro, d: Private symbol macros
Symbol Macro, hand-s: Private symbol macros
Symbol Macro, textsize: Public symbol macros
symtree: Private special variables

T
textsize: Public symbol macros
txtsize: Public classes

Y
year: Private classes
youngest-child: Public classes


A.4 Data types

Jump to:   C   F   I   L   N   P   S   T  
Index Entry  Section

C
cal: Private classes
calendar.lisp: The clim-widgets/calendar․lisp file
Class, cal: Private classes
Class, class-browser: Private classes
Class, icd9it: Private classes
Class, item: Private classes
Class, leaf: Public classes
Class, leaf-88: Private classes
Class, leaf-cb: Private classes
Class, leaf-fs: Private classes
Class, leaf-pkg: Private classes
Class, node: Public classes
Class, node-88: Private classes
Class, node-cb: Private classes
Class, node-fs: Private classes
Class, node-pkg: Private classes
Class, pkg-doc: Private classes
Class, tree: Public classes
class-browser: Private classes
clim-widgets: The clim-widgets system
clim-widgets: The clim-widgets package
clim-widgets.asd: The clim-widgets/clim-widgets․asd file
clim-widgets.lisp: The clim-widgets/clim-widgets․lisp file
clock.lisp: The clim-widgets/clock․lisp file
cw-calendar: The cw-calendar package
cw-clock: The cw-clock package
cw-examples: The cw-examples package
cw-examples.lisp: The clim-widgets/cw-examples․lisp file
cw-treeview: The cw-treeview package
cw-utils: The cw-utils package
cw-utils.lisp: The clim-widgets/cw-utils․lisp file

F
File, calendar.lisp: The clim-widgets/calendar․lisp file
File, clim-widgets.asd: The clim-widgets/clim-widgets․asd file
File, clim-widgets.lisp: The clim-widgets/clim-widgets․lisp file
File, clock.lisp: The clim-widgets/clock․lisp file
File, cw-examples.lisp: The clim-widgets/cw-examples․lisp file
File, cw-utils.lisp: The clim-widgets/cw-utils․lisp file
File, package.lisp: The clim-widgets/package․lisp file
File, tree-view.lisp: The clim-widgets/tree-view․lisp file

I
icd9it: Private classes
item: Private classes

L
leaf: Public classes
leaf-88: Private classes
leaf-cb: Private classes
leaf-fs: Private classes
leaf-pkg: Private classes

N
node: Public classes
node-88: Private classes
node-cb: Private classes
node-fs: Private classes
node-pkg: Private classes

P
Package, clim-widgets: The clim-widgets package
Package, cw-calendar: The cw-calendar package
Package, cw-clock: The cw-clock package
Package, cw-examples: The cw-examples package
Package, cw-treeview: The cw-treeview package
Package, cw-utils: The cw-utils package
package.lisp: The clim-widgets/package․lisp file
pkg-doc: Private classes

S
System, clim-widgets: The clim-widgets system

T
tree: Public classes
tree-view.lisp: The clim-widgets/tree-view․lisp file