Thanks for answering any of this questions,
xavi
web browser embedding without any usage of GTK is possible, however, you
need your own, Xlib-based, build of Mozilla/XULRunner. Download the
source tree from mozilla.org, add the following line to ~/.mozconfig:
ac_add_options --enable-default-toolkit=xlib
or
ac_add_options --enable-default-toolkit=cairo-xlib
and perform a build. When you use such build, siteWindow attribute is
expected to be a handle of Xlib window (Window), not GtkWidget *.
Artem
> _______________________________________________
> dev-embedding mailing list
> dev-em...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-embedding