From: Marcus <li...@wo...> - 2002-10-09 06:09:17
|
How do you call Wx::FontEnumerator? Would this be correct? ------------------- use strict; use Wx qw(:everything); my @fonts = Wx::FontEnumerator::GetFacenames(); ------------------- Just wondering whether my wxPerl is not up to date, or I got the syntax wrong. (PPM is broken, so I otherwise need to compile wxPerl myself which is a hassle on this slow machine.) Thanks, Marcus |