Re: [pygtk] Using gettext, where am I doing mistake

2008-05-09 Thread Vláďa
Sorry, I didn't have much time to look into it lately. Today I spent another couple of hours trying to figure out why the translation doesn't work for me. I think the main problem is the path to my .mo file. This is the code I now use for testing: #!/usr/bin/env python import pygtk

[pygtk] Contant height of GtkProgressBar

2008-05-09 Thread Mitko Haralanov
In my application (GUI designed using Glade2), I have a progress bar that is used by multiple parts of the app. Some of the parts display text in the progress bar and others done. The problem that I am having is that the height of the progress bar changes when there is text displayed and when

[pygtk] gtk.gdk.DragContext.get_source_widget missing on Windows XP

2008-05-09 Thread Jeffrey Barish
gtk.gdk.DragContext.get_source_widget is missing on Windows XP. Are we supposed to use something else or is this a bug? pygtk version 2.12.1. -- Jeffrey Barish ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Re: gtk.gdk.DragContext.get_source_widget missing on Windows XP

2008-05-09 Thread Jeffrey Barish
Jeffrey Barish wrote: Jeffrey Barish wrote: gtk.gdk.DragContext.get_source_widget is missing on Windows XP. Are we supposed to use something else or is this a bug? pygtk version 2.12.1. Version 2.10.6 has it. 2.12.1-1 has it. 2.12.1-2 does not have it. However, 2.12.1-1 doesn't have