Possible frame resize bug

Paolo Amoroso amoroso at mclink.it
Mon Jul 5 18:24:53 CEST 2004


Paolo Amoroso <amoroso at mclink.it> writes:

> (define-application-frame size-test ()
>   ()
>   (:panes
>    (cmds :interactor)
>    (text :text-field :value "Text field"))
>   (:layouts
>    (default
>        (vertically ()
>          cmds
>          (horizontally ()
>            (labelling (:label "Label "))
>            text)))))
                 ^ +fill+

A workaround is to add +fill+ just after the `text' gadget.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film



More information about the mcclim-devel mailing list