I am attempting to fix the size of a widget in GTK+, specifically using Gtk2hs with Haskell.
I have drawn an image in a DrawingArea and I would like to specify the exact size of this drawing area. I do not want other widgets or the user to make this widget larger or smaller. Is this possible?
Note, I am using ghc version 6.10.4 under Ubuntu 9.10. Gtk2hs version 0.10.1.