It works good,thanks very much




--

知其然,不知其所以然! 

在2009-10-13,"Dieter Verfaillie" <[email protected]> 写道:


Hi,

You can disable the maximize button like this:

import gtk
window = gtk.Window()
window.set_default_size(800, 600)
window.set_size_request(800, 600)
window.set_resizable(False)
window.show()
gtk.main()


hth,
Dieter


Quoting holmes86 <[email protected]>:

Hi,everyone
I set window size 800x600,and I don't need window to maximum.So I want to 
cutting off the maximum button in the window.How can do it?
thanks very much



--

??????????? 




???????????3D???????????????

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to