Hello,
How to make a bolded item in menu
Example:
        $Menu = new Win32::GUI::Menu(
            "&File"    => "File",
            " > &Load" => "FileLoad",
        );
I need "File" item shown bold, to give a user a hint where he should
click at first (most likely)

"File" =>{-name=>"File",-font=>?? -bold=>1

thanks
-- 
Best regards,
 Pavel


Reply via email to