From b22fbd4416dc25aa5972759b0c1239447e7aaf84 Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Sun, 15 Jan 2012 15:37:34 +0000 Subject: [PATCH] Update docs/scenarios/gui.rst --- docs/scenarios/gui.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 037c64150..08ee3b413 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -34,6 +34,8 @@ Install (Stable) Gtk ::: +PyGTK proveds Python bindings for the GTK+ toolkit. Like the GTK+ library itself, it is currently licensed under the GNU LGPL. It is worth noting that PyGTK only currenty supports the Gtk-2.X API (NOT Gtk-3.0). It is currently recommended that PyGTK is not used for new projects and existing applications be ported from PyGTK to PyGObject. tk :: +Tkinter is a thin object-oriented layer on top of Tcl/Tk. Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems. Starting with the 8.0 release, Tk offers native look and feel on all platforms. \ No newline at end of file