Перейти к файлу
Jonathan Pryor f6dce93d6b * gecko-sharp-docs.source: Add a /monodoc/node element so that
documentation is inserted under the "Mozilla Libraries" node.

svn path=/trunk/gtkmozembed-sharp/; revision=126363
2009-02-09 19:38:29 +00:00
api Minor changes to get gtkmozembed building again. 2004-03-11 14:37:02 +00:00
doc * gecko-sharp-docs.source: Add a /monodoc/node element so that 2009-02-09 19:38:29 +00:00
glue Some minor fixes. Starting a glue layer to work around GtkMozEmbed API 2003-06-12 22:32:14 +00:00
gtkmozembed * gtkmozembed/gtkgecko.metadata: Hide gtk_moz_embed_set_comp_path. 2008-03-10 19:22:26 +00:00
sample 2006-04-13 Zac Bowling <zac@zacbowling.com> 2006-04-13 11:54:21 +00:00
sources Changes for Win32 and the 0.7 release. This needs Gtk# 2.0 2005-02-06 01:51:47 +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
COPYING update ignore, add COPYING file to thwart automakes assumptions 2004-11-11 18:48:44 +00:00
ChangeLog * configure.in: version bump -> 0.13 2008-03-10 19:38:52 +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 use prefix/lib for pkgconfig by demand of todd and mmarker 2005-05-14 03:24:39 +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 * configure.in: version bump -> 0.13 2008-03-10 19:38:52 +00:00
gecko-sharp-2.0.pc.in In .: 2005-05-12 18:32:20 +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.