From: Bradley M. H. <bh...@ja...> - 2001-09-15 12:42:15
|
Thanks for all the help. That's exactly what I needed. Bradley M. Handy Senior Programmer/Owner Jack-of-all-trades Programming Services --www.jack-of-all-trades.net --mailto:bh...@ja... > -----Original Message----- > From: wxp...@li... > [mailto:wxp...@li...]On Behalf Of Mattia > Barbon > Sent: Saturday, September 15, 2001 4:20 AM > To: wxp...@li... > Subject: Re: [wxperl-users] Icons and Buttons > > > > 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 > > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |