summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 0a12f49d..a0e10cc4 100644
--- a/README
+++ b/README
@@ -192,7 +192,10 @@ The function mainloop() is basically just the function gtk_main(), and
the function mainquit is equivalent to gtk_main_quit().
For further information on the interface, please see the source file
-Gtkinter.py.
+gtk.py.
+
+For a more in depth look at the mapping of the C GTK functions to
+python, read the file MAPPING that is distributed with this package.
Should I Use _gtkmodule or gtk.py?