This document might contain some bad English. If anyone
wants to correct it, please send me an email.
hongli@telekabel.nl


[What is it?]
-------------
This package contains a GTK+ port for Win32. I made this
package for use with Bloodshed Dev-C++:
http://www.bloodshed.net/

The version number is 20000416.
If can find the latest version at:
http://user.sgic.fi/~tml/gimp/win32/


[What is GTK+?]
---------------
GTK+ (The Gimp ToolKit) is a user inferface library. You
can find more information about GTK+ at:
http://www.gtk.org/
GTK+ is originally written as a GUI toolkit for Unix
systems. This package contains the Win32 port of it. You
can find the latest version of the Win32 port at:
http://user.sgic.fi/~tml/gimp/win32/


[How to install]
----------------
Enter the directory where you installed Dev-C++
(e.g. C:\Dev-C++) and click at Install. That all!


[How to compile]
----------------
There are 2 ways: the easy way and the hard way.

1. The easy way:
- Click at New Project and choose the Additional tab.
- Choose GTK+ and click at OK.
- You're done!

2. The hard way:
- Click at New Project and choose Console Application.
- Click at OK.
- Go to the Project Options dialog, and add these to
  "Further object files":
  -lgtk-1.3 -lglib-1.3 -lgdk-1.3
- Make sure "Do not create a console" is checked.
- You're done!

Now you are ready to write your GTK+ program.
Happy programming :-)


[I want to use C++!]
--------------------
If you want C++, then I recommend you to use wxWindows.
http://www.wxwindows.org/
It's a cross-platform C++ framework, and I also made a package for it.


[Some examples]
---------------
You can find some GTK+ examples in the directory Examples.
You can find documentation at http://www.gtk.org/


[Thanks!]
---------
I want to thank Mr_X (don't know his real name but he's always hanging
around in the Bloodshed forum |-) for giving me installation
instructions for GTK+. I also want to thank Tor Lillqvist for porting GTK+ to
Win32, and of course all people who works at GTK+.
:-)