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/model.lisp

    r55 r56  
    77   "Returns the number of rows of data."))
    88
    9 #|(defgeneric header-rows (grid-data)
     9(defgeneric header-rows (grid-data)
    1010  (:documentation
    1111   "Returns the number of rows that contain header data, and may be
    1212considered for locking in place during scrolling operations.  Header
    1313rows are always at the top of the grid (from row 0).")
    14   (:method (grid-data) 0))|#
     14  (:method (grid-data) 0))
    1515
    1616(defgeneric columns (grid-data)
Note: See TracChangeset for help on using the changeset viewer.