Wx, inheritance and the demo print module.

2012-03-30 Thread Steve Cookson
Hi Guys, I realise I probably don't understand enough about inheritance, because I don't understand the difference between: * use Wx; * use Wx 0.15 qw[:allclasses]; * use Wx qw[:allclasses]; * use Wx qw[:everything]; And in trying to hack the DemoPrint example to try to

Re: Wx, inheritance and the demo print module.

2012-03-30 Thread Johan Vromans
Steve Cookson steve.cook...@sca-uk.com writes: Hi Guys, I realise I probably don't understand enough about inheritance, because I don't understand the difference between: * use Wx; This 'use's Wx, importing default semantics. * use Wx 0.15 qw[:allclasses]; This 'use's Wx,