From: Mattia B. <mb...@ds...> - 2002-06-10 09:23:13
|
On Mon, 10 Jun 2002, James Lavery wrote: >Hi Mattia, >I want to be able to display on my application's About box general >environment information, including the OS description. I'm getting an >error when autoloading wxGetOsDescription - is this available under wxPerl? Not yet >I remember seeing somewhere a list of all the controls/functions currently >mapped across to wxPerl - is this still available, and if so where? Grep the source; I should probably generate it automatically, but there are more important things to do to wxPerl... >On a more general note - really a wxWindows question - is there a wxWindows >function which returns the current wxWindows version? There is wxVERSION_STRING, as suggested in another message ( used in samples/minimal/minimal.pl ); or you can use $Wx::_wx_version that is a number like 2.002009 or 2.003002. Ut sould probably be wrapped in some nice wxFOO, though; I;ll try to remember... Regards Mattia |