Re: [pygtk] Color conversion functions in PyGtk

2008-06-11 Thread Markus W. Barth
pygtk-cheeseshop IMHO that sort of utils module would add a lot of overhead as most modules are too specialized. Instead, it would be nice to have some sort of cheese shop for additional pygtk modules. One additional problem of those modules or packages is that they often lack good

[pygtk] Using multiple dialog boxes

2008-06-11 Thread Timo
Hello all, I'm writing a program that has 3 dialog boxes, 1 main which is the main window and runs on startup. Then I have 2 other that have to show when the appropriat button is pressed. I made these 3 windows in Glade. Now, since my program was getting big, I splitted up my .py file in 3, each

[pygtk] How to embed pygtk into a glade created gui?

2008-06-11 Thread Kosa
Hi there, this is my first time here and I'been using python for just some weeks. I really love it. First time writing code too, and loving it so far too. I'm using glade to build the gui and it works very well, but now I want to insert some pure pygtk things into it and I don't now how. I