How do I change the window managers icon for a PyGTK Window?
• 10.8. How do I get the GtkWindow’s title? • 10.9. How do I change the buttons on a MessageDialog? • 10.10. How do I adjust a ScrolledWindow to adjust to a given child widget? • 10.11. How do GtkDialogs work? • 10.12. How do I make ENTER in an entry box activate the OK signal • 10.13. When closing the GnomeAbout box (or other GtkDialog subclasses), I get crashes and weird callback behaviour. What up with that? • 10.14. I created a modal dialog, but clicking on the main window covers it! • 10.15. How do I get the position of my window in absolute terms (IOW, relative to the root X window) • 10.16. How do I start up a window maximized? • 10.17. How do I run a dialog without running another main loop? • 10.18. Changing a Window’s background color • 10.19. How do I get XID for a GtkWindow? And for the root window? • 10.20. How can I make my window appear in the center of the screen? • 10.21. How to hide a window when clicking the close button (instead of destroying it) • 10.22. How can I