RE: [tcltk-perl] Menu changes ??
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-19 20:04:08
|
> I see you are working on menus ... the AUTOLOAD problem you > just fixed, but now I see my menus created flat across the > entire first level (instead of as submenus). Can you explain > what you are trying to do with that area? Along the same lines, I'm not sure that the way that create_widget_package and create_method_in_widget_package are "correct". They have different method inheritance behavior as the previous Tk.pm. For example, DialogBox used to get "resizable" from the AUTOLOAD that handled Toplevels. Now I get an error that that isn't a recognized method. Are only the created methods in a widget package then recognized? This makes it to hard to make renamed/megawidgets. Is there an easy way to correct inheritance while maintaining the separation you were trying to achieve? Jeff |