[Gtk-sharp-list] What's the difference between gtksharp and
gtksharpglue ?
Mike Kestner
mkestner@speakeasy.net
21 Jul 2002 20:18:52 -0500
On Sun, 2002-07-21 at 13:18, Markus Palme wrote:
> The subject says all:
> What's the difference between gtksharp and gtksharpglue ?
gtk-sharp.dll is a platform-independent C# class library that uses
PInvoke to call native gtk+ methods. libgtksharpglue is a small library
that provides helper functions to access native information that cannot
be accessed by existing gtk+ methods. libgtksharpglue is c code that is
compiled into native dynamic libraries.
Hope that helps.
Mike