Help for this page

Select Code to Download


  1. or download this
      my $tt = Win32::GUI::Tooltip->new(
        $main_window,
      );
    
  2. or download this
      $tt->AddTool(
        -window => $main_window,
        -text   => "Text that pops up",
      );