.NET wrapper for Gtk and other related libraries
ca64721a09
* generator/EnumGen.cs : Open stream Create only. * generator/ObjectGen.cs : New generatable for GObject subclasses. * generator/Parser.cs : Add the object element hook. * generator/StructBase.cs : Handle bits element in GenField. * generator/StructGen.cs : Open stream Create only. * generator/SymbolTable.cs : Additions to simple_types hash. * parser/gapi2xml.pl : Parse bitflags into the bits element. svn path=/trunk/gtk-sharp/; revision=1871 |
||
---|---|---|
codegen | ||
gdk | ||
generator | ||
glib | ||
gtk | ||
pango | ||
parser | ||
sample | ||
.cvsignore | ||
ChangeLog | ||
HACKING | ||
makefile | ||
README |
The Gtk# hompage can be found at gtk-sharp.sourceforge.net. Gtk# is a C# binding for the Gtk toolkit (www.gtk.org). The target is the 2.0 platform, and no plans are currently in place to backport to 1.2. The effort essentially boils down to an exercise in PInvoke against the C dynamic libraries. It may end up being slow as hell, but we'll see when we get there and adjust accordingly. The "Hello World" application in the sample directory has been executed on Win32, but a recent version of Gtk is required. The binaries from the Gimp Win32 porting project were not compatible at last check.