[cl-gtk2-devel] how to make non-resizable window?

Tamas Papp tkpapp at gmail.com
Sat Apr 17 13:30:59 UTC 2010


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




More information about the cl-gtk2-devel mailing list