home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / spectcl-.000 / spectcl- / usr / local / SpecTcl-0.1a / preferences.tk < prev    next >
Encoding:
Text File  |  1995-11-06  |  1.6 KB  |  34 lines

  1. # SpecTcl, by S. A. Uhler
  2. # Copyright (c) 1994-1995 Sun Microsystems, Inc.
  3. #
  4. # See the file "license.txt" for information on usage and redistribution
  5. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  6. #
  7. # set some initial preferences (This is temporary)
  8.  
  9. set P(grid_size)    3            ;#    size of the grid lines
  10. set P(grid_color)    gray        ;# grid color
  11. set P(grid_spacing)    30            ;#    size of the empty rows/cols lines
  12. set P(title)        "SpecTcl 0.1"    ;#  name of the application
  13. set P(maxrows)        6            ;#  of rows in the table * 2
  14. set P(maxcols)        6            ;#  of cols in the table * 2
  15. set P(gravity)        5            ;# how many pixels of mouse motion "counts"
  16. set P(scroll_delay)    75            ;# ms to wait for scrolling canvas/w widget
  17. set P(button)        1            ;# which button to use for selecting/dragging
  18. set P(project)        untitled    ;# name of this project
  19. set P(can_bg)        #ebebeb        ;# color of canvas background
  20. set P(can_dis)        #EE0        ;# color of disabled canvas background
  21. set P(frame_bg)        #e9e9e9        ;# color of frame background
  22. set P(grid_highlight)    red    ;# color of grid line when highlighted
  23. set P(incr)            10            ;# pixel scroll increment on main canvas
  24. set P(fast)            1            ;# stuff to set for fast machines
  25. set P(debug)        0            ;# print debugging info
  26. set P(help)            1            ;# field specific help
  27. set P(center)        0            ;# center canvas in frame
  28. set P(text_delay)    150            ;# update delay for text entry
  29. set P(frame_size)    0            ;# initial frame size
  30. set P(other_items)    "help comments tabbing level"    ;# extra widget options
  31. set P(file_suffix)    "ui"        ;# user interface file suffix
  32. set P(edit_font_size) 16        ;# size of the edit window font
  33. set P(wish)            bw    ;# name of wish binary
  34.