home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tkstep0.3b3 / tkstep0 / tkstep / tkUnixDefault.h.diff < prev    next >
Encoding:
Text File  |  1996-07-08  |  7.7 KB  |  224 lines

  1. --- ../tk4.1/unix/tkUnixDefault.h    Fri Feb 16 22:32:17 1996
  2. +++ tkUnixDefault.h    Mon Jul  8 19:24:14 1996
  3. @@ -12,6 +12,10 @@
  4.   *
  5.   * SCCS: @(#) tkUnixDefault.h 1.85 96/02/15 18:55:24
  6.   */
  7. +/*
  8. + * TkSTEP modifications Copyright by
  9. + * Alfredo K. Kojima
  10. + */
  11.  
  12.  #ifndef _TKUNIXDEFAULT
  13.  #define _TKUNIXDEFAULT
  14. @@ -29,22 +33,22 @@
  15.  #define BLACK        "Black"
  16.  #define WHITE        "White"
  17.  
  18. -#define NORMAL_BG    "#d9d9d9"
  19. -#define ACTIVE_BG    "#ececec"
  20. +#define NORMAL_BG    "#bfbfbf"
  21. +#define ACTIVE_BG    "#ffffff"
  22.  #define SELECT_BG    "#c3c3c3"
  23. -#define TROUGH        "#c3c3c3"
  24. -#define INDICATOR    "#b03060"
  25. -#define DISABLED    "#a3a3a3"
  26. +#define TROUGH        "#bfbfbf"
  27. +#define INDICATOR    "#ffffff"
  28. +#define DISABLED    "#636363"
  29.  
  30.  /*
  31.   * Defaults for labels, buttons, checkbuttons, and radiobuttons:
  32.   */
  33.  
  34.  #define DEF_BUTTON_ANCHOR        "center"
  35. -#define DEF_BUTTON_ACTIVE_BG_COLOR    ACTIVE_BG
  36. -#define DEF_BUTTON_ACTIVE_BG_MONO    BLACK
  37. +#define DEF_BUTTON_ACTIVE_BG_COLOR    NORMAL_BG
  38. +#define DEF_BUTTON_ACTIVE_BG_MONO    WHITE
  39.  #define DEF_BUTTON_ACTIVE_FG_COLOR    BLACK
  40. -#define DEF_BUTTON_ACTIVE_FG_MONO    WHITE
  41. +#define DEF_BUTTON_ACTIVE_FG_MONO    BLACK
  42.  #define DEF_BUTTON_BG_COLOR        NORMAL_BG
  43.  #define DEF_BUTTON_BG_MONO        WHITE
  44.  #define DEF_BUTTON_BITMAP        ""
  45. @@ -54,12 +58,12 @@
  46.  #define DEF_BUTTON_DISABLED_FG_COLOR    DISABLED
  47.  #define DEF_BUTTON_DISABLED_FG_MONO    ""
  48.  #define DEF_BUTTON_FG            BLACK
  49. -#define DEF_BUTTON_FONT            "-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*"
  50. +#define DEF_BUTTON_FONT            "-Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*"
  51.  #define DEF_BUTTON_HEIGHT        "0"
  52.  #define DEF_BUTTON_HIGHLIGHT_BG        NORMAL_BG
  53.  #define DEF_BUTTON_HIGHLIGHT        BLACK
  54.  #define DEF_LABEL_HIGHLIGHT_WIDTH    "0"
  55. -#define DEF_BUTTON_HIGHLIGHT_WIDTH    "2"
  56. +#define DEF_BUTTON_HIGHLIGHT_WIDTH    "0"
  57.  #define DEF_BUTTON_IMAGE        (char *) NULL
  58.  #define DEF_BUTTON_INDICATOR        "1"
  59.  #define DEF_BUTTON_JUSTIFY        "center"
  60. @@ -98,7 +102,7 @@
  61.  #define DEF_CANVAS_CURSOR        ""
  62.  #define DEF_CANVAS_HEIGHT        "7c"
  63.  #define DEF_CANVAS_HIGHLIGHT_BG        NORMAL_BG
  64. -#define DEF_CANVAS_HIGHLIGHT        BLACK
  65. +#define DEF_CANVAS_HIGHLIGHT        WHITE
  66.  #define DEF_CANVAS_HIGHLIGHT_WIDTH    "2"
  67.  #define DEF_CANVAS_INSERT_BG        BLACK
  68.  #define DEF_CANVAS_INSERT_BD_COLOR    "0"
  69. @@ -149,7 +153,7 @@
  70.  #define DEF_ENTRY_SELECT_BD_COLOR    "1"
  71.  #define DEF_ENTRY_SELECT_BD_MONO    "0"
  72.  #define DEF_ENTRY_SELECT_FG_COLOR    BLACK
  73. -#define DEF_ENTRY_SELECT_FG_MONO    WHITE
  74. +#define DEF_ENTRY_SELECT_FG_MONO    BLACK
  75.  #define DEF_ENTRY_SHOW            (char *) NULL
  76.  #define DEF_ENTRY_STATE            "normal"
  77.  #define DEF_ENTRY_TAKE_FOCUS        (char *) NULL
  78. @@ -168,7 +172,7 @@
  79.  #define DEF_FRAME_CURSOR        ""
  80.  #define DEF_FRAME_HEIGHT        "0"
  81.  #define DEF_FRAME_HIGHLIGHT_BG        NORMAL_BG
  82. -#define DEF_FRAME_HIGHLIGHT        BLACK
  83. +#define DEF_FRAME_HIGHLIGHT        WHITE
  84.  #define DEF_FRAME_HIGHLIGHT_WIDTH    "0"
  85.  #define DEF_FRAME_RELIEF        "flat"
  86.  #define DEF_FRAME_TAKE_FOCUS        "0"
  87. @@ -184,7 +188,7 @@
  88.  #define DEF_LISTBOX_BORDER_WIDTH    "2"
  89.  #define DEF_LISTBOX_CURSOR        ""
  90.  #define DEF_LISTBOX_EXPORT_SELECTION    "1"
  91. -#define DEF_LISTBOX_FONT        "-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*"
  92. +#define DEF_LISTBOX_FONT        "-Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*"
  93.  #define DEF_LISTBOX_FG            BLACK
  94.  #define DEF_LISTBOX_HEIGHT        "10"
  95.  #define DEF_LISTBOX_HIGHLIGHT_BG    NORMAL_BG
  96. @@ -233,17 +237,17 @@
  97.   */
  98.  
  99.  #define DEF_MENU_ACTIVE_BG_COLOR    ACTIVE_BG
  100. -#define DEF_MENU_ACTIVE_BG_MONO        BLACK
  101. +#define DEF_MENU_ACTIVE_BG_MONO        WHITE
  102.  #define DEF_MENU_ACTIVE_BORDER_WIDTH    "2"
  103.  #define DEF_MENU_ACTIVE_FG_COLOR    BLACK
  104. -#define DEF_MENU_ACTIVE_FG_MONO        WHITE
  105. +#define DEF_MENU_ACTIVE_FG_MONO        BLACK
  106.  #define DEF_MENU_BG_COLOR        NORMAL_BG
  107.  #define DEF_MENU_BG_MONO        WHITE
  108.  #define DEF_MENU_BORDER_WIDTH        "2"
  109.  #define DEF_MENU_CURSOR            "arrow"
  110.  #define DEF_MENU_DISABLED_FG_COLOR    DISABLED
  111.  #define DEF_MENU_DISABLED_FG_MONO    ""
  112. -#define DEF_MENU_FONT            "-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*"
  113. +#define DEF_MENU_FONT            "-Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*"
  114.  #define DEF_MENU_FG            BLACK
  115.  #define DEF_MENU_POST_COMMAND        ""
  116.  #define DEF_MENU_RELIEF            "raised"
  117. @@ -259,10 +263,10 @@
  118.   */
  119.  
  120.  #define DEF_MENUBUTTON_ANCHOR        "center"
  121. -#define DEF_MENUBUTTON_ACTIVE_BG_COLOR    ACTIVE_BG
  122. -#define DEF_MENUBUTTON_ACTIVE_BG_MONO    BLACK
  123. +#define DEF_MENUBUTTON_ACTIVE_BG_COLOR    NORMAL_BG
  124. +#define DEF_MENUBUTTON_ACTIVE_BG_MONO    WHITE
  125.  #define DEF_MENUBUTTON_ACTIVE_FG_COLOR    BLACK
  126. -#define DEF_MENUBUTTON_ACTIVE_FG_MONO    WHITE
  127. +#define DEF_MENUBUTTON_ACTIVE_FG_MONO    BLACK
  128.  #define DEF_MENUBUTTON_BG_COLOR        NORMAL_BG
  129.  #define DEF_MENUBUTTON_BG_MONO        WHITE
  130.  #define DEF_MENUBUTTON_BITMAP        ""
  131. @@ -270,7 +274,7 @@
  132.  #define DEF_MENUBUTTON_CURSOR        ""
  133.  #define DEF_MENUBUTTON_DISABLED_FG_COLOR DISABLED
  134.  #define DEF_MENUBUTTON_DISABLED_FG_MONO    ""
  135. -#define DEF_MENUBUTTON_FONT        "-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*"
  136. +#define DEF_MENUBUTTON_FONT        "-Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*"
  137.  #define DEF_MENUBUTTON_FG        BLACK
  138.  #define DEF_MENUBUTTON_HEIGHT        "0"
  139.  #define DEF_MENUBUTTON_HIGHLIGHT_BG    NORMAL_BG
  140. @@ -302,7 +306,7 @@
  141.  #define DEF_MESSAGE_BORDER_WIDTH    "2"
  142.  #define DEF_MESSAGE_CURSOR        ""
  143.  #define DEF_MESSAGE_FG            BLACK
  144. -#define DEF_MESSAGE_FONT        "-Adobe-Helvetica-Bold-R-Normal--*-120-*-*-*-*-*-*"
  145. +#define DEF_MESSAGE_FONT        "-Adobe-Helvetica-Medium-R-Normal--*-120-*-*-*-*-*-*"
  146.  #define DEF_MESSAGE_HIGHLIGHT_BG    NORMAL_BG
  147.  #define DEF_MESSAGE_HIGHLIGHT        BLACK
  148.  #define DEF_MESSAGE_HIGHLIGHT_WIDTH    "0"
  149. @@ -320,7 +324,7 @@
  150.   */
  151.  
  152.  #define DEF_SCALE_ACTIVE_BG_COLOR    ACTIVE_BG
  153. -#define DEF_SCALE_ACTIVE_BG_MONO    BLACK
  154. +#define DEF_SCALE_ACTIVE_BG_MONO    WHITE
  155.  #define DEF_SCALE_BG_COLOR        NORMAL_BG
  156.  #define DEF_SCALE_BG_MONO        WHITE
  157.  #define DEF_SCALE_BIG_INCREMENT        "0"
  158. @@ -343,23 +347,23 @@
  159.  #define DEF_SCALE_REPEAT_INTERVAL    "100"
  160.  #define DEF_SCALE_RESOLUTION        "1"
  161.  #define DEF_SCALE_TROUGH_COLOR        TROUGH
  162. -#define DEF_SCALE_TROUGH_MONO        WHITE
  163. +#define DEF_SCALE_TROUGH_MONO        BLACK
  164.  #define DEF_SCALE_SHOW_VALUE        "1"
  165. -#define DEF_SCALE_SLIDER_LENGTH        "30"
  166. +#define DEF_SCALE_SLIDER_LENGTH        "20"
  167.  #define DEF_SCALE_SLIDER_RELIEF        "raised"
  168.  #define DEF_SCALE_STATE            "normal"
  169.  #define DEF_SCALE_TAKE_FOCUS        (char *) NULL
  170.  #define DEF_SCALE_TICK_INTERVAL        "0"
  171.  #define DEF_SCALE_TO            "100"
  172.  #define DEF_SCALE_VARIABLE        ""
  173. -#define DEF_SCALE_WIDTH            "15"
  174. +#define DEF_SCALE_WIDTH            "14"
  175.  
  176.  /*
  177.   * Defaults for scrollbars:
  178.   */
  179.  
  180. -#define DEF_SCROLLBAR_ACTIVE_BG_COLOR    ACTIVE_BG
  181. -#define DEF_SCROLLBAR_ACTIVE_BG_MONO    BLACK
  182. +#define DEF_SCROLLBAR_ACTIVE_BG_COLOR    NORMAL_BG
  183. +#define DEF_SCROLLBAR_ACTIVE_BG_MONO    WHITE
  184.  #define DEF_SCROLLBAR_ACTIVE_RELIEF    "raised"
  185.  #define DEF_SCROLLBAR_BG_COLOR        NORMAL_BG
  186.  #define DEF_SCROLLBAR_BG_MONO        WHITE
  187. @@ -369,16 +373,16 @@
  188.  #define DEF_SCROLLBAR_EL_BORDER_WIDTH    "-1"
  189.  #define DEF_SCROLLBAR_HIGHLIGHT_BG    NORMAL_BG
  190.  #define DEF_SCROLLBAR_HIGHLIGHT        BLACK
  191. -#define DEF_SCROLLBAR_HIGHLIGHT_WIDTH    "2"
  192. +#define DEF_SCROLLBAR_HIGHLIGHT_WIDTH    "0"
  193.  #define DEF_SCROLLBAR_JUMP        "0"
  194.  #define DEF_SCROLLBAR_ORIENT        "vertical"
  195. -#define DEF_SCROLLBAR_RELIEF        "sunken"
  196. +#define DEF_SCROLLBAR_RELIEF        "flat"
  197.  #define DEF_SCROLLBAR_REPEAT_DELAY    "300"
  198.  #define DEF_SCROLLBAR_REPEAT_INTERVAL    "100"
  199.  #define DEF_SCROLLBAR_TAKE_FOCUS    (char *) NULL
  200.  #define DEF_SCROLLBAR_TROUGH_COLOR    TROUGH
  201. -#define DEF_SCROLLBAR_TROUGH_MONO    WHITE
  202. -#define DEF_SCROLLBAR_WIDTH        "15"
  203. +#define DEF_SCROLLBAR_TROUGH_MONO    BLACK
  204. +#define DEF_SCROLLBAR_WIDTH        "16"
  205.  
  206.  /*
  207.   * Defaults for texts:
  208. @@ -404,12 +408,12 @@
  209.  #define DEF_TEXT_PADX            "1"
  210.  #define DEF_TEXT_PADY            "1"
  211.  #define DEF_TEXT_RELIEF            "sunken"
  212. -#define DEF_TEXT_SELECT_COLOR        SELECT_BG
  213. -#define DEF_TEXT_SELECT_MONO        BLACK
  214. +#define DEF_TEXT_SELECT_COLOR        NORMAL_BG
  215. +#define DEF_TEXT_SELECT_MONO        WHITE
  216.  #define DEF_TEXT_SELECT_BD_COLOR    "1"
  217.  #define DEF_TEXT_SELECT_BD_MONO        "0"
  218.  #define DEF_TEXT_SELECT_FG_COLOR    BLACK
  219. -#define DEF_TEXT_SELECT_FG_MONO        WHITE
  220. +#define DEF_TEXT_SELECT_FG_MONO        BLACK
  221.  #define DEF_TEXT_SET_GRID        "0"
  222.  #define DEF_TEXT_SPACING1        "0"
  223.  #define DEF_TEXT_SPACING2        "0"
  224.