GtkIEEmbed
GtkIEEmbed is a library which provides a GtkWidget embeds in Internet Explorer.
Screenshot
sample program
Download
Latest release source code
Latest release binary
Subversion repository
svn co http://svn.gnome.org/svn/gtkieembed/trunk gtkieembed
Compile
On Linux
Requirements
- MinGW32
- Wine
- symlink to pkgconfig path of GLADE for win32
ln -sf $HOME/.wine/drive_c/GTK /target
Compile
./autogen.sh PKG_CONFIG_PATH=/target/lib/pkg_config ./configure --host=i586-mingw32msvc make
Run sample browser on Windows
- copy libgtkieembed-0.dll and samplebrowser.exe to a partition of Windows
cp src/.libs/libgtkieembed-0.dll /mnt/windwows cp sample/.libs/sample/samplebrowser.exe /mnt/windows
- execute samplebrowser.exe on Windows
On Windows
Not tried yet.