RE: [tcltk-perl] create_widget_package questions ...
Brought to you by:
hobbs
From: Jeff H. <je...@ac...> - 2004-04-20 21:00:33
|
> Once you'll insert DialogBox entry into %ptk2tcktk hash, all > its methods will be autoloaded as usual, because of > > $method =~ > s/^(Tcl::Tk::Widget::((MainWindow|$ptk_w_names)::)?)//o or > die "weird inheritance ($method)"; > > .... and DialogBox will be stripped out, because it will be > inside $ptk_w_names string. I see ... so the create_widget_package should be completed to add the info into %ptk2tcltk and update $ptk_w_names? Jeff |