mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 13:55:30 +00:00
2003-08-01 John Luke <jluke@cfl.rr.com>
* /en/*.xml: use C#-style names, ex Gdk instead of GDK svn path=/trunk/gtk-sharp/; revision=16995
This commit is contained in:
parent
72afe7d17f
commit
9bfd52ed64
|
@ -1,3 +1,7 @@
|
|||
2003-08-01 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* /en/*.xml: use C#-style names, ex Gdk instead of GDK
|
||||
|
||||
2003-07-31 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* en/Gtk/TreeIter.xml: documented except Zero, Copy, and Free
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Atk - The ATK library provides a set of interfaces for
|
||||
accessibility. By supporting the ATK interfaces, an application
|
||||
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>
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
GLib is a general-purpose utility library, which provides many useful data types, type conversions,
|
||||
string utilities, file utilities and so on.
|
||||
GLib is a general-purpose utility library, which provides many useful data types, type conversions, string utilities, file utilities and so on.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<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>
|
||||
<summary>An intermediate layer which isolates Gtk from the details of the windowing system.</summary>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<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
|
||||
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>
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
The Gnome classes gives applications a unified look and feel by providing common widgets, such as
|
||||
an About dialog, Popup dialogs, and a Druid (First time setup of your application).
|
||||
The Gnome classes gives applications a unified look and feel by providing common widgets, such as an About dialog, Popup dialogs, and a Druid (First time setup of your application).
|
||||
Futhermore classes are provided to help you draw structured graphics on the screen.
|
||||
</para>
|
||||
</remarks>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<Namespace Name="Gdk" FullName="Gdk" FullNameSP="Gdk" Maintainer="Mono">
|
||||
<Docs>
|
||||
<summary>The GTK+ Widget set.</summary>
|
||||
<summary>The Gtk Widget set.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
GTK+ is a library for creating graphical user interfaces. It
|
||||
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
|
||||
devices. Gtk is released under the GNU Library General Public
|
||||
License (GNU LGPL), which allows for flexible licensing of
|
||||
client applications.
|
||||
</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<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+.
|
||||
Pango provides advanced font and text handling that is used for Gdk and Gtk.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<summary>Library for rendering of SVG vector graphics.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files. RSVG is released under the GNU General Public License (GNU GPL), which allows for flexible licensing of client applications.
|
||||
The Gnome Scalable Vector Graphics Library (RSVG) is a library for rendering SVG and SVGZ files. RSVG is released under the GNU General Public License (GNU GPL), which allows for flexible licensing of client applications.
|
||||
</para>
|
||||
<para>
|
||||
RSVG depends on the following libraries:
|
||||
|
|
Loading…
Reference in a new issue