PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/SpecTcl/help/tut0.html

https://github.com/1nn1k0/specruby
HTML | 51 lines | 37 code | 10 blank | 4 comment | 0 complexity | a6f99bcc74605ee8cf945c141f429f6e MD5 | raw file
  1. <Html>
  2. <Head>
  3. <Title>SpecTcl Tutorial</Title>
  4. <!-- Author: kcorey -->
  5. </Head>
  6. <Body>
  7. <h1><!-- SpecTcl, by S. A. Uhler --
  8. -- Copyright (c) 1994-1995 Sun Microsystems, Inc. --
  9. -- See the file "license.txt" for information on usage and redistribution
  10. -- of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  11. -->SpecTcl
  12. Tutorial</h1>
  13. This page presents the step by step creation of a dialog box in SpecTcl.
  14. The dialog will consist of 3 buttons, <img src=b1.gif>, <img src=b2.gif>,
  15. and <img src=b3.gif>. In addition, it will have labels that contains
  16. both text and an image. The final product should look like this in
  17. SpecTcl:
  18. <p>
  19. <img src="finaltut.gif">
  20. <p>
  21. and when run in test mode, it will look something like this:<img src="finalrun.gif">
  22. <p>
  23. It might be useful to follow along with the tutorial.
  24. <hr>
  25. <h2><a href=tut1.html>begin</a></h2>
  26. Chapter:
  27. <br>
  28. <ul><a href=tut1.html>1 </a> <a href=tut2.html> 2 </a> <a href=tut3.html>
  29. 3 </a> <a href=tut4.html> 4 </a> <a href=tut5.html> 5 </a> <a href=tut6.html>
  30. 6 </a> <a href=tut7.html> 7 </a> <a href=tut8.html> 8 </a> <a href=tut9.html>
  31. 9 </a> <a href=tut10.html> 10 </a> <a href=tut11.html> 11 </a> <a href=tut12.html>
  32. 12 </a>
  33. <br>
  34. <a href=tut13.html>13 </a> <a href=tut14.html> 14 </a> <a href=tut15.html>
  35. 15 </a> <a href=tut16.html> 16 </a> <a href=tut17.html> 17 </a> <a href=tut18.html>
  36. 18 </a> <a href=tut19.html> 19 </a> <a href=tut20.html> 20 </a> <a href=tut21.html>
  37. 21 </a> <a href=tut22.html> 22 </a> <a href=tut23.html> 23 </a> <a href=tut24.html>
  38. 24 </a>
  39. </ul>
  40. </Body>
  41. </Html>