Category:Tk: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
'''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''' 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 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 (for example, [[Python]]'s [[Tkinter]]).


[[Category:Solutions by Library]]
[[Category:Solutions by Library]]

Revision as of 20:52, 26 November 2007

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 (for example, Python's Tkinter).

Subcategories

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

P

R

S

T