[Previous] [Contents] [Next]
27. Credits
We would like to thank the following for their contributions to this text.
Contributors to the Original C Tutorial:
- Bawer Dagdeviren,
chamele0n@geocities.com for the menus tutorial.
- Raph Levien,
raph@acm.org for hello world ala GTK, widget packing, and general all
around wisdom. He's also generously donated a home for this tutorial.
- Peter Mattis,
petm@xcf.berkeley.edu for the simplest GTK program..
and the ability to make it :)
- Werner Koch,
werner.koch@guug.de for converting the original plain
text to SGML, and the widget class hierarchy.
- Mark Crichton,
crichton@expert.cc.purdue.edu for the menu factory
code, and the table packing tutorial.
- Owen Taylor,
owt1@cornell.edu for the EventBox widget section (and the patch to
the distro). He's also responsible for the selections code and tutorial, as well as the sections on
writing your own GTK widgets, and the example application. Thanks a lot Owen for all you help!
- Mark VanderBoom,
mvboom42@calvin.edu for his wonderful work on the Notebook,
Progress Bar, Dialogs, and File selection widgets. Thanks a lot Mark! You've been a great help.
- Tim Janik,
timj@gtk.org for his great job on the Lists Widget. His excellent
work on automatically extracting the widget tree and signal information from GTK. Thanks Tim :)
- Rajat Datta,
rajat@ix.netcom.com for the excellent job on the Pixmap
tutorial.
- Michael K. Johnson,
johnsonm@redhat.com for info and code for popup menus.
- David Huggins-Daines,
bn711@freenet.carleton.ca for the Range Widgets and Tree
Widget sections.
- Stefan Mars,
mars@lysator.liu.se for the CList section.
- David A. Wheeler,
dwheeler@ida.org for portions of the text on GLib and
various tutorial fixups and improvements. The GLib text was in turn based on material developed by
Damon Chaplin
DAChaplin@msn.com
- David King for style checking the entire document.
And to all of you who commented on and helped refine this document.
Contributors for Pascal Version for Gtk+1 tutorial
Primary author was Mark Howe,
mark.howe@lineone.net
Other contributors were:
- Thomas E. Payne for the translation to Pascal of: An Upgraded Hello
World, the Table Packing Example, the Buttons Example, the Check
Buttons Example, the Radio Buttons Example and the Ranges Example.
- Frank Loemker,
floemker@techfak.uni-bielefeld.de
for the translation to Pascal of: the Pixmap Example, the Text Entry
Example, the Notebook Example, the CList Example and the TicTacToe
Example.
- Artur Bac arturbac@poczta.onet.pl
for the translation to Pascal of: the Rulers Example, the Statusbar
Example and the Spin Button Example.
- Javier Ros jros@unavarra.es for
the translation to Pascal of: the File Selection Example.
The current version of the tutorial was transcribed directly from
Gtk+2 tutorial for C language by
Zbigniew Jurkiewicz.
Also, Pascal programs for Gtk+2 had to be written mostly from scratch.
However, some parts of the material from Gtk+1 version has been used,
either directly or as an inspiration.
Thanks.
[Previous] [Contents]