Changeset main,57 for main/grid/model.lisp
- Timestamp:
- 11/16/2007 05:02:49 PM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071116170249-94hz80fpsdchxhwp
- File:
-
- 1 edited
-
main/grid/model.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/grid/model.lisp
r56 r57 18 18 "Returns the number of columns of data.")) 19 19 20 #|(defgeneric header-columns (grid-data)20 (defgeneric header-columns (grid-data) 21 21 (:documentation 22 22 "Returns the number of columns that contain header data, and may be 23 23 considered for locking in place during scrolling operations. Header 24 24 columns are always at the left of the grid (from column 0).") 25 (:method (grid-data) 0)) |#25 (:method (grid-data) 0)) 26 26 27 27 (defgeneric column-width (grid-data column)
Note: See TracChangeset
for help on using the changeset viewer.
