Re: [pygtk] Mozilla embedding widget & questions

2000-08-20 Thread James Henstridge

On Sun, 20 Aug 2000, Jens P. Elsner wrote:

> Hi,
> 
> I tried to write bindings for the mozilla embedding widget,
> but the problem is that I'm not good at C and I dont understand the
> reference counting concept. Can someone explain that in a few
> sentences please ?
> 
> Other than that, the stuff I hacked together (probably full of non-sense, take
> a look at it) it included. All the functions work, execept for "render_data".
> That gives me a segfault - and I could not figure out why. 
> Perhaps the reference counting stuff?
> 
> Anyway, the pymoz_demo.py program works here, with M17 and MOZILLA_FIVE_HOME
> set, but I have to comment out that "render_data" call.

Mark Crichton ([EMAIL PROTECTED]) has already written a set of gtkmozembed
bindings.  I can't remember the URL though.

> 
> I'd appreciate comments and help!
> 
> Thank you!
> 
> Jens
> 

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk



[pygtk] Mozilla embedding widget & questions

2000-08-20 Thread Jens P. Elsner

Hi,

I tried to write bindings for the mozilla embedding widget,
but the problem is that I'm not good at C and I dont understand the
reference counting concept. Can someone explain that in a few
sentences please ?

Other than that, the stuff I hacked together (probably full of non-sense, take
a look at it) it included. All the functions work, execept for "render_data".
That gives me a segfault - and I could not figure out why. 
Perhaps the reference counting stuff?

Anyway, the pymoz_demo.py program works here, with M17 and MOZILLA_FIVE_HOME
set, but I have to comment out that "render_data" call.

I'd appreciate comments and help!

Thank you!

Jens

 messed up Mozilla - bindings