GTK# Made Easy
A library providing some more .NET-style interfaces to already-provided functions in GTK#. more…
A library providing some more .NET-style interfaces to already-provided functions in GTK#. more…
Since the official bindings try to align a lot with the C original interface, they often don’t seem to mix well with .NET-based code. This library tries to apply some .NET design to those interfaces using nullables and exceptions.
Cloning this repository:
git clone git://gitorious.org/gtk-sharp-me/gtk-sharp-me.git gtk-sharp-me cd gtk-sharp-me
Add this repository as a remote to an existing local repository:
git remote add gtk-sharp-me git://gitorious.org/gtk-sharp-me/gtk-sharp-me.git git fetch gtk-sharp-me git checkout -b my-local-tracking-branch gtk-sharp-me/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
