Skip to content

Commit bde7064

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#77 from micrypt/patch-7
Update docs/scenarios/gui.rst
2 parents b6597a2 + b22fbd4 commit bde7064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/scenarios/gui.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Install (Stable)
3434

3535
Gtk
3636
:::
37+
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.
3738

3839
tk
3940
::
41+
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.

0 commit comments

Comments
 (0)