OK.  Since I don't need blib then, here is my question.  The example I
am looking at is buttons.pl.  When I ad the -icon ref, the text
disappears.  Is this not the proper way to add an icon to a button?

Thanks again.

$W->AddButton(
   -name    => "SomeName",
   -left    => 5,
   -top     => 5,
   -text    => "Print Somehing!",
   -tabstop => 1,
   -icon    => "./Iconfile.ico"
);

Reply via email to