[tcltk-perl] tkpack tkbind needs to be removed.
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2004-04-22 06:39:11
|
Does anyone knows a serious reason why tkpack & tkbind must not be removed? 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(...). If no-one objects, then I'll remove those. But again, anyone with faster removal fu is welcomed :) |