Category:Tk: Difference between revisions

From Rosetta Code
Content added Content deleted
(this is a toolkit)
(Expanded list of languages with Tk bindings)
Line 2: Line 2:
'''Tk''' is a library which generalizes [[GUI|graphical user interface]] operations to allow an application which uses the library to have a functional GUI in any of a variety of environments.
'''Tk''' is a library which generalizes [[GUI|graphical user interface]] operations to allow an application which uses the library to have a functional GUI in any of a variety of environments.


Tk is most commonly combined with [[Tcl]], but may be used with programs written in many other programming languages (for example, [[Python]]'s [[Tkinter]], or as a [[Perl]] module).
Tk is most commonly combined with [[Tcl]], but may be used with programs written in many other programming languages:
* [[Common Lisp]] via ltk
* [[Perl]]/TK or Tkx
* [[Prolog]]
* [[Python]]'s [[Tkinter]]
* [[Ruby]]
* [[Standard ML]]
[[Category:Perl_modules]]
[[Category:Perl_modules]]
[[Category:GUI Toolkit]]
[[Category:GUI Toolkit]]

Revision as of 09:58, 15 June 2009

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Tk is a library which generalizes graphical user interface operations to allow an application which uses the library to have a functional GUI in any of a variety of environments.

Tk is most commonly combined with Tcl, but may be used with programs written in many other programming languages:

Subcategories

This category has the following 5 subcategories, out of 5 total.

P

R

S

T