[Working in: CLIM-1.0/Lucid/Sun]
Is there some way to specify that a vertical scroll-bar be on the right?
E.g. something like:
(define-application-frame table-editor-frame ()
((OUTPUT-PANE :accessor output-pane)
:
)
(:panes
((OUTPUT-PANE :application
:scroll-bars (:vertical (:horizontal :right))
) ...
(Hoping this isn't a FAQ.)
Thanks
Nichael