Re: [pygtk] Glade

2004-05-21 Thread Dave Aitel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you check out today's freshmeat, you'll see someone has written something that enables you to embed mozilla inside a pyGTK application. - -dave Prashant Kumar wrote: | Thanks everyone for the reply.Very helpful list just like the squid | list. I und

Re: [pygtk] Glade

2004-05-21 Thread Prashant Kumar
Thanks everyone for the reply.Very helpful list just like the squid list. I understand it now. I'm a hard core command line guy and I've never had the chance to program GUI on Gnome/KDE. I was thinking the MFC way. Another question: Is it easy to embed apps into the window? For example I want flas

Re: [pygtk] Almost there? Inserting formatted text to TextBuffer..

2004-05-21 Thread John Finlay
Dennis Craven wrote: Hello, I've still not given up on inserting formatted text into a buffer on the fly. This is the code I have at the moment. It is a function called each time the user presses an input key, by the "insert-text" event. def on_text_inserted(self, buffer, iter, text, length, data=

Re: [pygtk] Glade

2004-05-21 Thread Steve McClure
On Fri, 2004-05-21 at 09:52, prashk.staff.btltd.net wrote: > Hi Peeps, > > I'm a newbie with Glade and having a nightmare trying to figure out a way > of desining the interface. I'm planning to code in PyGTK once I've > finished the design. I've read a few tutorials and know that it > works on con

[pygtk] Glade

2004-05-21 Thread prashk.staff.btltd.net
Hi Peeps, I'm a newbie with Glade and having a nightmare trying to figure out a way of desining the interface. I'm planning to code in PyGTK once I've finished the design. I've read a few tutorials and know that it works on containers. When I add a vertical or a horizontal container(and specify 3)

[pygtk] Tray Icon and Distutils

2004-05-21 Thread Dennis Craven
Hello, Are there any projects that use the trayicon (not yet wrapped for pygtk to my knowledge) and distributed with distutils? I am trying to do this with little success. I'm new to distutils so I'm not suprised about this. I'd be interested in seeing the proper setup.py format that makes this w

[pygtk] Almost there? Inserting formatted text to TextBuffer..

2004-05-21 Thread Dennis Craven
Hello, I've still not given up on inserting formatted text into a buffer on the fly. This is the code I have at the moment. It is a function called each time the user presses an input key, by the "insert-text" event. def on_text_inserted(self, buffer, iter, text, length, data=None): start

Re: [pygtk] How to get the XID of a GdkDrawable?

2004-05-21 Thread Welko
John Hunter wrote: "welko" == welko <[EMAIL PROTECTED]> writes: welko> Hello, does anybody know how can I get the XID of a welko> GdkDrawable using pyGTK? I do this if sys.platform=='win32': win_id = self.widget.window.handle else: