Ignore:
Timestamp:
11/16/2007 05:02:49 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071116170249-94hz80fpsdchxhwp
Message:

Moved header-columns into the data model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/grid/package.lisp

    r56 r57  
    11(defpackage #:grid
    22  (:use #:cl #:dso-util #:tui-display-string #:tui-output #:tui-window)
    3   (:export #:rows #:header-rows #:columns #:column-width #:item
    4            #:uses-display-strings #:row-scroll #:column-scroll #:make-grid
    5            #:draw))
     3  (:export #:rows #:header-rows #:columns #:header-columns #:column-width
     4           #:item #:uses-display-strings #:row-scroll #:column-scroll
     5           #:make-grid #:draw))
Note: See TracChangeset for help on using the changeset viewer.