Re: [pygtk] PyGtk+glade2+gettext

2003-07-29 Thread Alexandr V. Demeshko
On Tue, 29 Jul 2003 09:22:23 +0800 James Henstridge [EMAIL PROTECTED] wrote: When I call from Python glade.XML(mygladefile, domain=mydomain) wrapper code does not use domain, instead passes it into libglade2 by calling glade_xml_new. And then libglade2 uses mydomain internally. But, AFAIU gtk

[pygtk] PyGtk+glade2+gettext

2003-07-28 Thread Alexandr V. Demeshko
First of all sorry for my poor English. Could someone explain me how PyGtk, libglade and gettext should work together? When I call from Python glade.XML(mygladefile, domain=mydomain) wrapper code does not use domain, instead passes it into libglade2 by calling glade_xml_new. And then libglade2

Re: [pygtk] PyGtk+glade2+gettext

2003-07-28 Thread Christian Reis
On Mon, Jul 28, 2003 at 03:48:47PM +0300, Alexandr V. Demeshko wrote: Could someone explain me how PyGtk, libglade and gettext should work together? There's something of a FAQ entry covering this sort of thing, but I don't think it covers your specific question. When I call from Python

Re: [pygtk] PyGtk+glade2+gettext

2003-07-28 Thread James Henstridge
On 28/07/2003 8:48 PM, Alexandr V. Demeshko wrote: First of all sorry for my poor English. Could someone explain me how PyGtk, libglade and gettext should work together? When I call from Python glade.XML(mygladefile, domain=mydomain) wrapper code does not use domain, instead passes it into