mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:35:34 +00:00
d944e97bf2
* configure.in : add test for System.Drawing. expand gtkdotnet. * Makefile.am : add gtkdotnet. * makefile.win32 : add gtkdotnet. * gtkdotnet/* : new .Net extensions assembly. Moved the sample sysdraw.cs Graphics class in here under the Gtk.DotNet namespace. * sample/sysdraw.cs : moved to gtkdotnet/Graphics.cs. * sample/drawing-sample.exe.config.in : killed. * sample/DrawingSample.cs : use Gtk.DotNet.Graphics. * sample/Makefile.am : make drawing-sample.exe build conditional on gtk-dotnet presence. svn path=/trunk/gtk-sharp/; revision=38745
14 lines
511 B
XML
14 lines
511 B
XML
<Namespace Name="Gtk.DotNet" FullName="Gtk.DotNet" FullNameSP="Gtk.DotNet" Maintainer="Mono">
|
|
<Docs>
|
|
<summary>Extension to the Gtk Widget set for .Net interoperability.</summary>
|
|
<remarks>
|
|
<para>
|
|
The functionality provided in this namespace is aimed at utilizing
|
|
the power of the non-ECMA portions of .Net like System.Drawing and
|
|
System.Data for the development of Gtk applications. This namespace
|
|
is provided by the gtk-dotnet assembly.
|
|
</para>
|
|
</remarks>
|
|
</Docs>
|
|
</Namespace>
|