Help for this page

Select Code to Download


  1. or download this
    sub Tray_RightClick {
        print "Right Click\n";
    ...
        $main->TrackPopupMenu($menu->{tray}, $x, $y);
        1;
    }