in reply to Re: wxPerl monitor size in pixels
in thread wxPerl monitor size in pixels
You could tryperl -MWx -e "print join q[ ] , $Wx::VERSION, Wx::wxVERSION_STRING" 0.99 wxWidgets 2.8.12
Whatever the issue is, wxWidgets team would knowmy $s = Wx::GetDisplaySize(); print join 'x', map { $s->$_ } qw' x y '; print "\n"; __END__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: wxPerl monitor size in pixels
by Anonymous Monk on May 29, 2011 at 14:16 UTC | |
by Corion (Patriarch) on May 29, 2011 at 14:22 UTC | |
by Anonymous Monk on May 29, 2011 at 22:43 UTC |