Re: [pygtk] pygtk Digest, Vol 119, Issue 7

2013-01-20 Thread 马刘彪
I think maximization is one state of a widget. When we talking about resizing the widget it should be in a normal state. there's a signal " window-state-event", you can track maximization via that signal , maybe you should unmaximize the widge firstly . 2013/1/20 > Send pygtk mailing list subm

Re: [pygtk] Problem with "gtk.Window().maximize()"

2013-01-20 Thread Angel Guzman Maeso
2013/1/19 Ajay Garg > Hi all. > > If a gtk.Window has been maximized, it seems that the "resize()" method > doesn't take effect thereafter. > I will illustrate with the following code snippets :: > > > > a) > ### > import gtk > impor