What API replaces gtkembedmoz?
I have an old piece of software that uses gtkembedmoz, and I need to update it to run on ubuntu lucid, which does not p开发者_C百科rovide that library. What API replaces the functionality that it provides?
You should use WebkitGTK these days for embedding a web browser into a GTK program.
According to the Embedding Gecko page, GtkMozEmbed is the preferred way to embed Mozilla into a GTK program.
The Embedding page was last updated in 2008.
The GtkMozEmbed page was last updated in 2006, but still speaks of prehistoric versions like M16. M16 is a few versions behind Mozilla 0.6. Yes, 0.6. That's from the year 2000.
Good luck.
Mozilla is embeddable in Lucid using the python-gtkmozembed library. I'm porting the app from C to python using that, and it seems to be working so far.
精彩评论