most win32::gui objects take the -font option. wondering if there's a
way to set menu fonts, especially popup menus. i've tried specifying
the -font option to individual menu items, a la:
my $menu=Win32::GUI::Menu(
"file" => "fileMenu",
">exit" => { -name => "fileExit", -font => $fontObject...
);
i've tried $menu->SetFont($fontObject);
i've tried $menu->Change(-font => $fontObject);
nothing seems to work and i wondered if the font was hard-coded into the
menu-object or something.
what ridiculously easy thing did i overlook this time? ;)
any help?
~darrik