Ignore:
Timestamp:
11/16/2007 04:57:59 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071116165759-z7bwp6amaic0blw4
Message:

Moved header-rows into the data model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/grid/package.lisp

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