mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 14:55:30 +00:00
Add nice introductory texts
svn path=/trunk/gtk-sharp/; revision=12207
This commit is contained in:
parent
d77646875c
commit
58abe26532
15
doc/en/Atk.xml
Normal file
15
doc/en/Atk.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<Namespace Name="Atk" FullName="Atk" FullNameSP="Atk" Maintainer="Mono">
|
||||||
|
<Docs>
|
||||||
|
<summary>
|
||||||
|
The Accessibility Toolkit.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
Atk - The ATK library provides a set of interfaces for
|
||||||
|
accessibility. By supporting the ATK interfaces, an application
|
||||||
|
or toolkit can be used such as tools such as screen readers,
|
||||||
|
magnifiers, and alternative input devices.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</Docs>
|
||||||
|
</Namespace>
|
7
doc/en/Gdk.xml
Normal file
7
doc/en/Gdk.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<Namespace Name="Gdk" FullName="Gdk" FullNameSP="Gdk" Maintainer="Mono">
|
||||||
|
<Docs>
|
||||||
|
<summary>GDK - An intermediate layer which isolates GTK+ from the details of the windowing system.</summary>
|
||||||
|
<remarks>
|
||||||
|
</remarks>
|
||||||
|
</Docs>
|
||||||
|
</Namespace>
|
16
doc/en/Glade.xml
Normal file
16
doc/en/Glade.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<Namespace Name="Glade" FullName="Glade" FullNameSP="Glade" Maintainer="Mono">
|
||||||
|
<Docs>
|
||||||
|
<summary>
|
||||||
|
User interface loading at runtime.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
The Glade classes give applications the ability to load user
|
||||||
|
interfaces from XML files at runtime. These interface files
|
||||||
|
can be created with the GLADE user interface builder. The
|
||||||
|
Glade classes are also capable of automatically connecting
|
||||||
|
handlers to the signals defined in the interface file.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</Docs>
|
||||||
|
</Namespace>
|
14
doc/en/Gtk.xml
Normal file
14
doc/en/Gtk.xml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<Namespace Name="Gdk" FullName="Gdk" FullNameSP="Gdk" Maintainer="Mono">
|
||||||
|
<Docs>
|
||||||
|
<summary>The GTK+ Widget set.</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
GTK+ is a library for creating graphical user interfaces. It
|
||||||
|
works on many UNIX-like platforms, Windows, and on framebuffer
|
||||||
|
devices. GTK+ is released under the GNU Library General Public
|
||||||
|
License (GNU LGPL), which allows for flexible licensing of
|
||||||
|
client applications.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</Docs>
|
||||||
|
</Namespace>
|
15
doc/en/Pango.xml
Normal file
15
doc/en/Pango.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<Namespace Name="Pango" FullName="Pango" FullNameSP="Pango" Maintainer="Mono">
|
||||||
|
<Docs>
|
||||||
|
<summary>
|
||||||
|
Pango provides advanced font and text handling that is used for GDK and GTK+.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
<para>
|
||||||
|
Pango project provides a framework for the layout and
|
||||||
|
rendering of internationalized text. Pango uses Unicode for
|
||||||
|
all of its encoding, and will eventually support output in
|
||||||
|
all the worlds major languages.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
|
</Docs>
|
||||||
|
</Namespace>
|
Loading…
Reference in a new issue