Differences between current version and revision by previous author of Tk.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Friday, June 17, 2005 11:23:51 pm | by AristotlePagaltzis | |
Older page: | version 1 | Last edited on Tuesday, November 18, 2003 8:50:35 pm | by SamJansen | Revert |
@@ -1 +1,5 @@
-The GUI functionality that
is usually coupled with Tcl
(see TclTk
) but not always
. Is often used
for rapid
GUI prototype
for many different platforms
.
+A venerable, if aging, [GUI] ToolKit originally developed for [Tcl].
The combination is known as TclTk and allows rapid, portable [
GUI] development, as it
is available on many different platforms. Bindings to [Tk] have also been written for many other languages, such as for [Perl]
([Perl/Tk | http://www.perltk.org/]) or [Python] ([Tkinter | http://www.pythonware.com/library/tkinter/introduction/]
).
+
+While more modern ToolKit~s such as [GTK] and [Qt] are nowadays the focus of attention, [Tk] remains the most easily deployable choice
for cross-platform [
GUI] programming.
+
+[wxWidgets] is a younger attempt to achieve a similar degree of portability, by providing a layer over native ToolKit~s
for which portable [GUI] applications can be written, but it has yet to achieve even a fraction of the ubiquity of [Tk]
.