Hi,
How can I make a window with a fixed size (ie non-resizable?) If I
add a :resizable nil to
(gtk:let-ui (gtk:gtk-window
:var window
:title title
:default-width width
:default-height height
:type :toplevel)
the window is created (it shows up in my gnome bottom panel) but is
not visible/shown.
Thanks,
Tamas