Ignore:
Timestamp:
11/16/2007 09:23:48 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071116212348-g0y85h0so1fralzf
Message:

Created a new mix-in architecture for grids.
Converted the test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/grid/package.lisp

    r57 r60  
    11(defpackage #:grid
    22  (:use #:cl #:dso-util #:tui-display-string #:tui-output #:tui-window)
    3   (:export #:rows #:header-rows #:columns #:header-columns #:column-width
    4            #:item #:uses-display-strings #:row-scroll #:column-scroll
    5            #:make-grid #:draw))
     3  (:export
     4
     5   ;; Model
     6   #:rows #:header-rows #:columns #:header-columns #:column-width #:item
     7   #:uses-display-strings
     8
     9   ;; Display
     10   #:row-scroll #:column-scroll #:make-grid #:draw
     11
     12   ;; Extra
     13   #:hash-per-row-grid-data
     14   #:parse-format-specs #:column-formats
     15   #:column-padding #:padding
     16   #:nice-header
     17   #:row-selectable #:selected-row))
Note: See TracChangeset for help on using the changeset viewer.