diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-06 03:36:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-06 03:36:57 +0000 |
commit | 1c5a1bdebaafb49240822ebb78092978f89ae53d (patch) | |
tree | 9a8df5800150df49376c55cbebaec445f1693fce /docs/tutorial/gtk-tut.sgml | |
parent | c8b214680d1e8ad6295855c079e725030fa5ba71 (diff) | |
download | gtk+-1c5a1bdebaafb49240822ebb78092978f89ae53d.tar.gz |
Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)
2006-08-05 Matthias Clasen <mclasen@redhat.com>
* docs/tutorial/gtk-tut.sgml: Remove outdated lists of
authors and maintainers. (#348538, Owen Taylor)
Diffstat (limited to 'docs/tutorial/gtk-tut.sgml')
-rwxr-xr-x | docs/tutorial/gtk-tut.sgml | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index dd74f72ae7..5f1664f123 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -64,33 +64,9 @@ GNU Network Object Model Environment (GNOME) project. GTK is built on top of GDK (GIMP Drawing Kit) which is basically a wrapper around the low-level functions for accessing the underlying windowing functions (Xlib in the case of the X windows system), and gdk-pixbuf, a library for -client-side image manipulation. -</para> -<para>The primary authors of GTK are:</para> - -<itemizedlist> -<listitem><simpara> Peter Mattis <ulink url="mailto:petm@xcf.berkeley.edu"> -petm@xcf.berkeley.edu</ulink></simpara> -</listitem> -<listitem><simpara> Spencer Kimball <ulink url="mailto:spencer@xcf.berkeley.edu"> -spencer@xcf.berkeley.edu</ulink></simpara> -</listitem> -<listitem><simpara> Josh MacDonald <ulink url="mailto:jmacd@xcf.berkeley.edu"> -jmacd@xcf.berkeley.edu</ulink></simpara> -</listitem> -</itemizedlist> - -<para>GTK is currently maintained by:</para> - -<itemizedlist> -<listitem><simpara> Owen Taylor <ulink url="mailto:otaylor@redhat.com"> -otaylor@redhat.com</ulink></simpara> -</listitem> -<listitem><simpara> Tim Janik <ulink url="mailto:timj@gtk.org"> -timj@gtk.org</ulink></simpara> -</listitem> -</itemizedlist> +client-side image manipulation.</para> +</para> <para>GTK is essentially an object oriented application programmers interface (API). Although written completely in C, it is implemented using the idea of classes and callback functions (pointers to |