From: DH <cra...@ya...> - 2002-06-10 08:03:37
|
> On a more general note - really a wxWindows question - is there a wxWindows > function which returns the current wxWindows version? yes, it is wxVERSION_STRING and I remember seeing it in one of the wxPerl demos. Since then, all my OnAbout methods do Wx::MessageBox( qq{ This is Application, version $App::Version running on wxPerl $Wx::VERSION @{[wxVERSION_STRING()]} }); __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |