Category:Tk: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (Remove "Perl modules" category, use Perl/Tk instead.)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{library}}{{toolkit}}
'''Tk''' is a library which generalizes [[Graphical User Interface|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''' (the name is short for “'''T'''ool'''k'''it”) 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.
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
[[Category:Solutions by Library]]
* [[Prolog]]
* [[Python]]'s [[Tkinter]]
* [[Ruby]]
* [[Scheme]] via PS/Tk
* [[Standard ML]]
[[Category:Tcl packages]]

Latest revision as of 16:46, 5 August 2014

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 toolkit. It provides a system for creation and management of graphical user interface elements.

Tk (the name is short for “Toolkit”) 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