home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3248 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  3.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: steve@sep.stanford.edu (Steve Cole)
  3. Newsgroups: comp.archives
  4. Subject: [comp.windows.x.announce] announcing xtpanel 1.0 (interactive panel builder)
  5. Followup-To: comp.windows.x.announce
  6. Date: 4 Sep 1992 03:54:50 GMT
  7. Organization: Stanford Exploration Project
  8. Lines: 75
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <186mmaINN5r@agate.berkeley.edu>
  12. References: <9209031344.AA13589@expo.lcs.mit.edu>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: comp.windows.x.announce
  15. X-Original-Date: 3 Sep 92 13:44:21 GMT
  16.  
  17. Archive-name: auto/comp.windows.x.announce/announcing-xtpanel-1-0-interactive-panel-builder
  18.  
  19. The source for xtpanel has been posted to alt.sources, and is also 
  20. available for anonymous ftp on </hanauma.Stanford.EDU:pub/X/xtpanel.tar.Z>
  21.  
  22. Location (for anonymous FTP):
  23.     Host: hanauma.Stanford.EDU (36.51.0.16)
  24.     Dir:  /pub/X
  25.     File: xtpanel.tar.Z     
  26.     Size: 125125 bytes
  27.  
  28. Note hanauma's ftp daemon doesn't like you using "ls" and "cd .."
  29. use "dir" and "cdup" instead.
  30.  
  31.  
  32.  
  33. xtpanel - build an interactive program, from the command line
  34.       or using a simple scripting language
  35.  
  36. xtpanel provides a quick and easy way of producing a panel
  37. containing interactive objects such as buttons, sliders, and text
  38. fields, either from the command line or from an xtpanel script file.
  39. Each panel object maintains a string representation of its value. When
  40. the object is modified it updates its value and it can also perform an
  41. action such as printing its value or calling a system command. Objects
  42. can make use of the values of other objects in constructing their
  43. actions. The result is an interactive X windows program, without the
  44. need for conventional programming.
  45.  
  46. This program is not intended as a replacement for a full featured
  47. interface programming toolkit like Tk or Dirt or as a replacement for a 
  48. simple menu builder like xmenu, it falls somewhere in the gap between the two.
  49. It is intended as an easy to use tool that can be used to add an
  50. interactive wrapper to all those old programs and shells that you have 
  51. lying around. 
  52.  
  53.  
  54. Three utilities are provided with xtpanel. All three utilities are
  55. written as xtpanel scripts. 
  56.  
  57. The first is a script generator. This is a collection af xtpanel scripts 
  58. that can be used to build, examine and test xtpanel script files. 
  59. It is invoked using the command "xtpanel-generator". The second utility is a
  60. collection of example scripts and a master script that can be use to
  61. view and run the examples. It is invoked using the command
  62. "xtpanel-examples".  A particularly powerful demo is the "lister"
  63. script example, which is a tool for maneuvering through a Unix
  64. filesystem and viewing files at any level. The third is a set of
  65. xtpanel scripts that present information about xtpanel, mostly taken
  66. from this manual page, in an interactive, menu-driven form. This
  67. is invoked by doing "xtpanel -help".
  68.  
  69. This program uses the X toolkit and the MIT Athena widget
  70. set.
  71.  
  72. xtpanel has been installed and tested on the following machines:
  73. Sun 4, OS 4.1.1, MIT X11R5
  74. Sun 4, OS 4.1.1, Openwindows-3
  75. DEC 3100, ULTRIX V4.2, MIT X11R5
  76. DEC 3100, ULTRIX V4.2, UWS V4.2 (with optional MIT compatible subset)
  77. IBM RS6000, AIX V3.2, MIT X11R5
  78. IBM RS6000, AIX V3.2, IBM X11R4
  79. HP 700, HP-UX 8.05, HP X11R4
  80. Convex C-1, OS 9.0, MIT X11R4
  81.  
  82. AUTHORS
  83. Steve Cole (steve@sep.stanford.edu)
  84. Dave Nichols (dave@sep.stanford.edu)
  85. Stanford Exploration Project, Department of Geophysics
  86. Stanford University, Stanford, CA 94305-2215
  87.  
  88. -----------------------------------------------------------------
  89. Steve Cole  (steve@sep.stanford.edu, apple!sep!steve)
  90. Department of Geophysics, Stanford University, Stanford, CA 94305
  91.  
  92.