Category:Tk: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added intrawiki link, removed extra sentence)
m (typos)
Line 1: Line 1:
'''Tk''' is a libsrary which generalizes [[GUI|graphical uer 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]]).
Tk is most commonly combined with [[Tcl]], but may be used with programs written in many other programming languages (for example, [[Python]]'s [[Tkinter]]).

Revision as of 12:58, 26 May 2009

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