From 8c03855caf79f1405c072607a1ababfa3f167434 Mon Sep 17 00:00:00 2001 From: drewc Date: Mon, 29 May 2006 18:18:35 -0700 Subject: [PATCH] package some exports darcs-hash:20060530011835-39164-7e2630b70427cbe3f1b20573bd27d22f99887ed5.gz --- src/packages.lisp | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/src/packages.lisp b/src/packages.lisp index ace541f..bd02074 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -34,18 +34,29 @@ ;;;; The LoL 3 displays - :defdisplay - :defattribute - :display - :display-using-description - :call-display + #:defdisplay + #:defdescription + #:defattribute + #:display + #:display* + #:display-using-description + #:display-attribute + #:call-display - ;;;; Standard Layers + #:standard-attribute + #:attribute.name - :editor - :one-line - :as-string - :as-table +;;;; Standard Layers + + #:editor + #:one-line + #:as-string + #:as-table +;;;; Wrapping layers + #:wrap-div + #:wrap-link + + #:show-attribute-labels ;;;; "Lines", the newest creation. :defline @@ -64,9 +75,10 @@ :set-attribute :find-attribute - ;;;; Meta Model Exports)) - :define-meta-model - :def-view-class-from-table - :def-view-class/meta - :list-slot-types - )) \ No newline at end of file + ;; Some CRUD + #:crud + #:crud-editor + #:crud-viewer + #:crud-summary + #:crud-database + #:instance)) \ No newline at end of file -- 2.20.1