From: Jouke V. <jo...@pv...> - 2002-09-11 07:16:19
|
Hi, One thing that is beginning to increasingly annoy me is the fact that it's not clear which modules should be loaded for specific Wx classes I want to use. I'm doing a 'use Wx qw(:everything)' normally, and for image-related classes I am supposed to do a 'use Wx::Image', for html-related classes, I am supposed to do a 'use Wx::Html' (even though it's for the usage of 'Wx::HtmlWindow', not 'Wx::Html'). Isn't it an idea to do a 'use Wx qw(:everything)' which preloads every submodule that comes with the standard wxPerl distribution? Or even to add another tag like 'use Wx qw(:allclasses)'? I think it should be clear when which module should be loaded, or not to load specific modules at all. -- ---------------------------------------------------------------------- | Jouke Visser | http://jouke.pvoice.org (personal) | | | http://www.pvoice.org (pVoice & pStory) | | Perl GUI Geek | http://wxperl.pvoice.org (wxPerl) | ---------------------------------------------------------------------- |