Re: How to set tooltip for image buttons
ademmler writes: > # assign the tool tip > $frame->FindWindow($key)->SetTip($condition{$key}{'text'}); AFAIK, the method is called SetToolTip. -- Johan
How to set tooltip for image buttons
Hi folks, I have difficulties to set Tooltips for image buttons. My application is using XRC for the basic layout. Therefore I thought I need to find the imagebutton and than apply the tooltip. Here is my code snippet. #load the bitmap my $bm = Wx::Bitmap->new("$resourcedir/" . $condition{$key