diff --git a/doc/en/Atk.xml b/doc/en/Atk.xml new file mode 100644 index 000000000..41b2fa979 --- /dev/null +++ b/doc/en/Atk.xml @@ -0,0 +1,15 @@ + + + + The Accessibility Toolkit. + + + + 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. + + + + diff --git a/doc/en/Gdk.xml b/doc/en/Gdk.xml new file mode 100644 index 000000000..a5eaa706b --- /dev/null +++ b/doc/en/Gdk.xml @@ -0,0 +1,7 @@ + + + GDK - An intermediate layer which isolates GTK+ from the details of the windowing system. + + + + diff --git a/doc/en/Glade.xml b/doc/en/Glade.xml new file mode 100644 index 000000000..667c297f4 --- /dev/null +++ b/doc/en/Glade.xml @@ -0,0 +1,16 @@ + + + + User interface loading at runtime. + + + + 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. + + + + diff --git a/doc/en/Gtk.xml b/doc/en/Gtk.xml new file mode 100644 index 000000000..a1880751d --- /dev/null +++ b/doc/en/Gtk.xml @@ -0,0 +1,14 @@ + + + The GTK+ Widget set. + + + 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. + + + + diff --git a/doc/en/Pango.xml b/doc/en/Pango.xml new file mode 100644 index 000000000..4914cec87 --- /dev/null +++ b/doc/en/Pango.xml @@ -0,0 +1,15 @@ + + + + Pango provides advanced font and text handling that is used for GDK and GTK+. + + + + 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. + + + +