After some research I found the following: Accessing the DOM
* is not possible using gtkmozembed.h.
* _is_ possible when including gtkmozembed_interal.h and calling gtk_moz_embed_get_nsIWebBrowser
Only Problem: If you are not using C(++) but some other language, the bindings to gtkmozembed which you are using probably won't wrap all of Mozilla's internals, so you can't use this function.
Yep. And that's exactly why they are in a seperate header file.
--Chris
Felix Breuer wrote:
Hello!
I want to embed Mozilla (Gecko) in a Gtk application. The natural choice is to use GtkMozEmbed. But: is it possible to access the DOM of the loaded document and modify it? Where can I find out how?
Thanks for any pointers, Felix Breuer
