> Is there a way to make an Icon the label for Button using WxPerl. I've
> looked through the WxWindows docs and can't find it any where?
Wx::BitmapButton, if your icon is a bitmap,
otherwise, do
my $bitmap = new Wx::Bitmap( $icon );
to create a bitmap from the icon, and use the
resulting bitmap
Regards
Mattia
|