Search code examples
capigtkxulrunnergecko

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 provide that library. What API replaces the functionality that it provides?


Solution

  • You should use WebkitGTK these days for embedding a web browser into a GTK program.