[tcltk-perl] RE: $widget->exists
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2004-04-26 09:15:54
|
> My wish would be that there was a plain/easy to explain mapping from > method calls to Tcl/Tk so that you can know which piece of > documentation to look up. I do not feel strong in creating documentation (I am not English native speaker). Improving documentation must be done, but my efforts are quite small here. OTOH I think it will be possible for us to create a simple way (script) for documentation to be used from existing Tcl/Tk installation, and adapted to Tcl::Tk module on the fly, when requested. Similar in spirit how methods are created on the fly, same way documentation. I am not sure whether it is at all possible though. (documentation file on ActiveState's installation on Windows is file doc\ActiveTclHelp.chm which is not to be parsed; but on Linux situation is better: process result of 'man' command) |