Help for this page

Select Code to Download


  1. or download this
    my $tooltip1 = Gtk2::Tooltips->new;
    my $tip_text1 = 'Just Another Exit Button';
    $tooltip1->set_tip($button, $tip_text1, undef);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    __END__