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

Made column-widths part of the data model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/grid/package.lisp

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