Re: Running external program inside a widget

2007-07-13 Thread Jonathan Winterflood
Hi, I believe you cant embed anythoing that wasn't designed for a plug (or can be modified for it) this might be useful though: http://www.mozilla.org/projects/embedding/ Jonathan On 7/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks a lot Kumar! > It seems not quite simple, also be

RE: Running external program inside a widget

2007-07-13 Thread omar . crea
Thanks a lot Kumar! It seems not quite simple, also because I haven't the browser source, but I'll try with another browser. Quoting Kumar Siddharth <[EMAIL PROTECTED]>: > > Hi, > > You can place the call in any appropriate event handler. Also, you will have > to create a socket in your GTK prog

RE: Running external program inside a widget

2007-07-13 Thread Kumar Siddharth
Hi, You can place the call in any appropriate event handler. Also, you will have to create a socket in your GTK program. Now in your browser app, you need modification so that you can create a plug and attach it to the socket created in GTK App. Now the browser (May be its rendering area widget)