Skip to content
  • Liam M. Healy's avatar
    New function make-pq-grid-specification · 135361ef
    Liam M. Healy authored
    New function #'make-pq-grid-specification makes a pq grid according to
    specification.  At present, it will give an error if initial-contents
    or intiial-element are specified, so it is presumed that the values
    will set after creation.  It is called from make-grid, and is derived
    from code that was there; it needed to be broken out into a separate
    function in a different file because it uses symbols not exported
    until later.  Also, it is good conceptually to have this as a separate
    function.
    135361ef