Possible frame resize bug
Paolo Amoroso
amoroso at mclink.it
Sun Jul 4 22:00:07 CEST 2004
I have found a pane layout the exhibits a possible frame resize bug.
Here is a test case:
(in-package :clim-user)
(define-application-frame size-test ()
()
(:panes
(cmds :interactor)
(text :text-field :value "Text field"))
(:layouts
(default
(vertically ()
cmds
(horizontally ()
(labelling (:label "Label "))
text)))))
(define-size-test-command (com-quit :menu t :name "Quit")
()
(frame-exit *application-frame*))
I can shrink the frame or increase its height via the window manager's
resize gadget, but I can not increase its width beyond the default.
The window manager's maximize button only maximizes the frame's
height.
I use the latest McCLIM CVS sources with CMUCL 18e under Debian
Woody. My desktop environment is KDE 2.2.2.
Paolo
--
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
More information about the mcclim-devel
mailing list