central::extras - Central Extras
Central Extras provides functionality that may be used in programs to display Central package info.
Returns a formatted text dump of discovered packages. If ?myPackages? is not provided then any packages previously discovered with central discover will be used.
If ?myPackages? is not provided then [central discover] packages will be used. The ?headingtags? option does nothing and will be removed in the next version if it continues to do nothing.
A Tcl OO class providing a GUI package browser.
# Dump to text widget: package require Tk grid [text .t] package require central::extras namespace import central::central central discover central packages->textWidget .t # Using the CentralPackageBrowser object: package require Tk package require central::extras namespace import central::central central CentralPackageBrowser new .
central
GUI, central, pkgconfig
Programming tools
Copyright © 2020 Stuart Cassoff <stwo@users.sourceforge.net>