Changeset main,26 for main/grid/model.lisp
- Timestamp:
- 11/03/2007 05:27:59 PM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071103172759-aacwcew0kzliob1n
- File:
-
- 1 edited
-
main/grid/model.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/grid/model.lisp
r22 r26 36 36 column COLUMN. ROW and COLUMN refer to data rows and columns, not 37 37 character 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 42 already been properly escaped.") 43 (:method (grid-data row column)))
Note: See TracChangeset
for help on using the changeset viewer.
