iwidgets hyperhelp tcl tk

iwidgets::hyperhelp .hh \
  -topics demo \
  -helpdir [file join /home/you/Desktop] \
  -maxhistory 30

##
## display the topic in the iwidget
## when the iwidget is activated
##
.hh showtopic demo

##
## Activate the iwidget
##
update idletasks
.hh activate

.hh configure \
  -title "aaHyperhelp Example"

posted @ 2011-05-02 18:37  greencolor  阅读(198)  评论(0编辑  收藏  举报