Hi all. I want my gtk.Window to be resizable in only one direction (in my case it's width). It seems that gtk.Window.set_geometry_hints is what I need, but I cannot understand how it works. If I try to call it with only max_height argument, the window cannot be resized horizontally at all, which seems strange to me. When I add max_width, I can resize the window, but only up to the value I set (well, that's expectable). Of course, I may set max_width to some big number, but it would look unclear if anyone tries to read the code. Can anyone clarify this to me? _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
