Перейти к файлу
Mike Kestner 4ee73c190d 2004-06-25 Mike Kestner <mkestner@ximian.com>
* *.* : s/GtkMozEmbed/Gecko, big time.

svn path=/trunk/gtkmozembed-sharp/; revision=30415
2004-06-25 20:38:18 +00:00
api Minor changes to get gtkmozembed building again. 2004-03-11 14:37:02 +00:00
doc 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 20:38:18 +00:00
glue Some minor fixes. Starting a glue layer to work around GtkMozEmbed API 2003-06-12 22:32:14 +00:00
gtkmozembed Minor change to get around a mozilla profile "funny" 2004-06-14 16:58:39 +00:00
sample Missing bits. 2004-06-15 04:12:11 +00:00
sources I hate distcheck. Really, I do. 2004-03-25 06:53:13 +00:00
.cvs_version Initial revision 2003-04-03 18:37:12 +00:00
.cvsignore cvsignoring properly 2004-03-31 03:58:47 +00:00
AUTHORS Initial revision 2003-04-03 18:37:12 +00:00
ChangeLog 2004-06-01 Todd Berman <tberman@sevenl.net> 2004-06-01 21:48:33 +00:00
LICENSE.LGPL Added the licencing info. 2004-04-01 00:16:33 +00:00
LICENSE.MPL Added the licencing info. 2004-04-01 00:16:33 +00:00
Makefile.am Royal mess for GAC. 2004-06-14 16:02:09 +00:00
NEWS Initial revision 2003-04-03 18:37:12 +00:00
README Change the README to reflect the fact we don't need the patches anymore. 2003-06-24 14:26:44 +00:00
autogen.sh 2003-11-23 John Luke <jluke@cfl.rr.com> 2003-12-03 03:30:31 +00:00
configure.in Missing bits. 2004-06-15 04:12:11 +00:00
gecko-sharp.pc.in Small boo-boo fix 2004-06-15 21:34:16 +00:00
gecko-sharp.pub Blargh. 2004-06-14 16:09:31 +00:00
gecko-sharp.snk Blargh. 2004-06-14 16:09:31 +00:00

README

This is gtkmozembed-sharp.  To use it, you need two things:

1) A working mozilla build.
   Note, the build *must* use gtk2.  You can do this by adding:
   ac_add_options --enable-default-toolkit=gtk2
   to your .mozconfig file.

   Also note, this needs gtk2.  The Win32 version of mozilla doesn't
   even touch gtk.  Therefore, this will *not* work on Win32.  It might,
   however.  Someone enterprising needs to try it.

2) The CVS release of gtk-sharp.  There was a bug in the generator
   which is now fixed.  gtk-sharp also needs to be installed.

There is a small test app included.  It should be enough to get
one started.  Note, this is just gtkmozembed, not an XPCOM binding.