Scrolling disabled collector panes
I have a collector pane that I just use to show some program output to
the user and thus it is disabled. Unfortunately, as a result of that,
you can't scroll the pane anymore. How can I have both, a /disabled/
collector pane, but also the ability to scroll up if some its contents
have disappeared?
Thanks,
Edi.
(capi:define-interface application-interface ()
()
(:panes
(log-pane
capi:collector-pane
:enabled nil
:accessor application-log-pane))
;; etc.