home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / sun / volume1 / tooltool2.1c / part01 / samples / rn.tt < prev    next >
Encoding:
Text File  |  1989-06-06  |  1.1 KB  |  43 lines

  1. application "rn -m=s"
  2.    font "/usr/lib/fonts/fixedwidthfonts/screen.r.14"
  3.    size 36 by 80 characters
  4.    label "<< Newstool >>"
  5.    icon "news.icon"
  6. gadgets
  7.    top
  8.    font "/usr/lib/fonts/fixedwidthfonts/screen.b.14"
  9.    button
  10.       normal    "Restart Article"        send "^R";
  11.       shift    "Decrypt Article"        send "^X";
  12.    end_button
  13.    button
  14.       normal    "Previous Article"        send "P";
  15.       shift    "Previous Unread Article"    send "p";
  16.    end_button
  17.    button
  18.       normal    "Kill Subject"            send "k";
  19.    end_button
  20.    button
  21.       normal    "Close"                close;
  22.       shift    "Quit"                send "q";
  23.    end_button
  24.    button
  25.       normal    "Subject List"            send "=";
  26.    end_button
  27.    button
  28.       normal    "Next Article"            send "N";
  29.       shift    "Next Unread Article"        send "n";
  30.    end_button
  31.    button
  32.       normal    "Same Subject"            send "^N";
  33.    end_button
  34.    menu "Others"
  35.       "Go to first unread article"        send "^";
  36.       "Go to last article"            send "$";
  37.       "Mark all articles read"            send "c";
  38.       "Reply via mail"                send "r";
  39.       "Reply, including article"        send "R";
  40.       "Unsubscribe"                send "u";
  41.    end_menu
  42. end_gadgets
  43.