The Tcl::Tk submodule of the Tcl module gives access to the Tk library. It does this by creating a Tcl interpreter object (using the Tcl extension) and binding in all of Tk into the interpreter (in the same way that wish or other Tcl/Tk applications do). Access to the Tcl and Tcl::Tk extensions To get access to the Tcl and Tcl::Tk extensions, put the commands require Tcl; use Tcl::Tk; near the top of your program. The Tcl extension does not alter your namespace at all (hence the "require"). The Tcl::Tk extension imports the widget and other Tk commands into your namespace (hence the "use"). WWW: http://search.cpan.org/dist/Tcl-Tk 4/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/scim-fcitx
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* - Strip libraryamdmi32015-05-281-1/+5
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-4/+0
* Cleanup plistbapt2014-10-20