Well, the subject says it all nearly. I am writing an app that uses it instead of GtkText, to present "inline" quick help files.
Now since I upgraded to gdk-pixbuf 0.7, my app crashed. After some research I discovered that it did so because I showed a .gif file in the help file. Removing it removed crash problems. Of course the next step was to recompile gtkhtml. Where surprise as now it doesn't. Here is the error message I get:
############################################################################
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I/u
sr/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I
/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include -DNEED_GNOMESUPPO
RT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/include/gnome-xml -DG_LOG_DOMAIN=\"gtkhtml\" -I/usr/include/w3c-li
bwww -DHAVE_CONFIG_H -DSRCDIR=\".\" -O2 -m486 -fno-strength-reduce -Wall -
Wunused -c htmlengine.c
rm -f .libs/htmlengine.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I/usr/include -I/usr/include -DNEED_G
NOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6
/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/u
sr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml -DG_LOG_DOMAIN
=\"gtkhtml\" -I/usr/include/w3c-libwww -DHAVE_CONFIG_H -DSRCDIR=\".\" -O2 -m486
-fno-strength-reduce -Wall -Wunused -c htmlengine.c -fPIC -DPIC -o .libs/htmlen
gine.lo
htmlengine.c: In function `draw_background':
htmlengine.c:2995: dereferencing pointer to incomplete type
htmlengine.c:2996: dereferencing pointer to incomplete type
htmlengine.c:2975: warning: `pw' might be used uninitialized in this function
htmlengine.c:2975: warning: `ph' might be used uninitialized in this function
make[2]: *** [htmlengine.lo] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/gtkhtml-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/gtkhtml-0.1'
make: *** [all-recursive-am] Error 2
Bad exit status from /var/tmp/rpm-tmp.57482 (%build)
####################################################################################
Any help, fix is welcome since I really use this widget as it is the only usable html-gnome widget that has python bindings.
Thanks