home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / editpat.lha / EditPat.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1994-11-15  |  2.1 KB  |  47 lines

  1. Syntax14b.Scn.Fnt
  2. Syntax14.Scn.Fnt
  3. Syntax12.Scn.Fnt
  4. Syntax8.Scn.Fnt
  5. Syntax10.Scn.Fnt
  6. ParcElems
  7. Alloc
  8. Syntax10i.Scn.Fnt
  9. EditPat V0.6
  10. (C) by Ralf Degner in 1994
  11. programmed using an Amiga 4000
  12. E-Mail: degner@pallas.amp.uni-hannover.de
  13. EditPat.Open ^    Open EditPat with file
  14.     from selection
  15. EditPat.Store ^    store data to disk
  16. EditPat.New 20 10    Insert new Pattern
  17.     width=20  height=10
  18. EditPat.New ^    new pattern from selection
  19. EditPat.Delete *    delete pattern
  20. EditPat.Recall *    recall last deleted pattern
  21. EditPat.Undo *    recall pattern from memory
  22. EditPat.Duplicate *    duplicate pattern
  23. EditPat.Draw *    activate DRAW-mode
  24. EditPat.Fill *    activate FILL-mode
  25. EditPat.Insert *    activate INSERT-mode
  26. EditPat.First *    jump to first pattern
  27. EditPat.Prev *    jump to previous pattern
  28. EditPat.Next *    jump to next pattern
  29. EditPat.Last *    jump to last pattern
  30. EditPat.Goto ^    jump to pattern No.
  31.     from selection
  32. EditPat.Zoom +    zoom in
  33. EditPat.Zoom -    zoom out
  34. EditPat.Zoom 15    set zoom to 15
  35. EditPat.Zoom ^    set zoom from selection
  36. EditPat.CopyFrame    show original pattern
  37. EditPat.ChangeColor ^    change draw color
  38.   0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  39. EditPat.Grid *    switch grid on/off
  40. EditPat.GridMode *    switch grid mode
  41. EditPat.Clear ^    fill pattern with color
  42. EditPat.Plot 1 2    set pixel 1, 2 to current color
  43. EditPat.Plot 1 2 1    same in color 1
  44. Colors.Load Demo.Pal    load nice color palette
  45. System.Free PatDemo EditPat DisplayPat ~
  46.     unload all with Pat
  47.