Re: [pygtk] Glade HIG compliance tips?

2004-11-25 Thread Kai Weber
* [EMAIL PROTECTED] [EMAIL PROTECTED]: However, Control 1 and 2 do not align when the labels are different sizes. There does not seem to be a way to create a Gtk.SizeGroup in Glade. To my knowledge, you have to do it manually in your application: sizegroup =

[pygtk] PyGTK, Python and Autotools

2004-04-13 Thread Kai Weber
I just found that blog entry about autotools and mono. Is there some helpful tutorial describing the aspects of Autotools and Python? http://primates.ximian.com/~gonzalo/mono/blog/archives/000401.html -- Kai Weber ยป [EMAIL PROTECTED] http://www.glorybox.de gpg-key: 0x594D4132

[pygtk] Clean UI and data seperation

2004-03-13 Thread Kai Weber
Hi, Please help a python-gtk newbie. I tried starting to write a first application for learning purpose which sets some meta informations for a file. Let's say you have a file foo. You load the file foo into the UI and now you can supply a URL where you downloaded the file from. That information

Re: [pygtk] PyGTK 2 Tutorial update

2003-03-16 Thread Kai Weber
distribution to use as an example in the tutorial. Please let me know if you have suggestions or find errors in the tutorial. I try learning pygtk with your nice tutorial. I have a question regarding the helloworld.py example. What is the reason to connect the clicked event on the button