CAPI: interface or layout background
How can I set the colour of the gaps between the output panes in the following (capi:define-interface foo () () (:layouts (grid-layout capi:grid-layout (loop repeat 12 collect (make-instance 'capi:output-pane)) :columns 3))) (capi:contain (make-instance 'foo)) ?