Re: [tcltk-perl] tkpack tkbind needs to be removed.
Brought to you by:
hobbs
From: Gisle A. <gi...@Ac...> - 2004-04-22 07:13:46
|
"Konovalov, Vadim" <vko...@sp...> writes: > Does anyone knows a serious reason why tkpack & tkbind must not be removed? There is also tkwait. I don't think there is a reason, besides backwards compatibility with ourself. > pack and bind will work fine instead, and in case anyone feels it will mess > with Perl's internal functions, will call them as Tcl::Tk::bind but > recommended way is to use $interp->bind(...). The tkbind, tkpack and tkwait functions are exported. Do you not want to export versions of these without the prefix, so they would have to go from the :misc export list then. --Gisle |