gtk - Python Window Resize -


Using Python + PyGTK Is there a signal / event way to change the window size? If so, then what is the easiest way to implement and use this signal.

There is also one, so it answers the signal.

Here's the minimum sample code:

  import gtk def (window): print 'I have resized'. W = gtk.Window () w.connect ('check-size', has been changed) w.show () gtk.main ()  

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

c# - read full xml file data over tcp -