Ignore:
Timestamp:
11/03/2007 05:27:59 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071103172759-aacwcew0kzliob1n
Message:

Grid now uses display strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/grid/model.lisp

    r22 r26  
    3636column COLUMN.  ROW and COLUMN refer to data rows and columns, not
    3737character or text rows and columns.  Rows and columns are zero-based."))
     38
     39(defgeneric uses-display-strings (grid-data row column)
     40  (:documentation
     41   "Returns T if the item uses display-strings, or at least has
     42already been properly escaped.")
     43  (:method (grid-data row column)))
Note: See TracChangeset for help on using the changeset viewer.