home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1da68130096e9e9c8e011cb9f9354392 < prev    next >
Text File  |  2004-06-01  |  5KB  |  174 lines

  1.  
  2. /*    $Id: tixDef.h,v 1.2 2000/10/17 16:35:37 idiscovery Exp $    */
  3.  
  4. /*
  5.  * tixdef.h --
  6.  *
  7.  *    This file defines the defaults for all options for all of
  8.  *    the Tix widgets.
  9.  *
  10.  * Copyright (c) 1996, Expert Interface Technologies
  11.  *
  12.  * See the file "license.terms" for information on usage and redistribution
  13.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  14.  */
  15.  
  16. #ifndef TIX_DEFAULT
  17. #define TIX_DEFAULT
  18.  
  19. /*
  20.  * Include the defaults of the TK distriburion
  21.  */
  22. #ifndef _DEFAULT
  23. #include <default.h>
  24. #endif
  25.  
  26. #ifndef CTL_FONT
  27. #define CTL_FONT "Helvetica -12 bold"
  28. #endif
  29.  
  30. #define BORDER_COLOR            "gray"
  31.  
  32. /*
  33.  * Compound widget
  34.  */
  35. #define DEF_CMPIMAGE_BG_COLOR        NORMAL_BG
  36. #define DEF_CMPIMAGE_BG_MONO        WHITE
  37. #define DEF_CMPIMAGE_FG_COLOR        BLACK
  38. #define DEF_CMPIMAGE_FG_MONO        BLACK
  39. #define DEF_CMPIMAGE_FONT          CTL_FONT
  40.  
  41. /*
  42.  * tixHList widget
  43.  */
  44. #define DEF_HLIST_BG_COLOR        NORMAL_BG
  45. #define DEF_HLIST_BG_MONO        WHITE
  46. #define DEF_HLIST_BORDER_WIDTH        "2"
  47. #define DEF_HLIST_BROWSE_COMMAND    ""
  48. #define DEF_HLIST_COMMAND        ""
  49. #define DEF_HLIST_COLUMNS        "1"
  50. #define DEF_HLIST_CURSOR        ""
  51. #define DEF_HLIST_DISPLAY_MODE        "tree"
  52. #define DEF_HLIST_DRAG_COMMAND        ""
  53. #define DEF_HLIST_DRAW_BRANCH        "true"
  54. #define DEF_HLIST_DROP_COMMAND        ""
  55. #define DEF_HLIST_EXPORT_SELECTION    "0"
  56. #define DEF_HLIST_FONT                  CTL_FONT
  57. #define DEF_HLIST_FG_COLOR        BLACK
  58. #define DEF_HLIST_FG_MONO        BLACK
  59. #define DEF_HLIST_HEADER        "0"
  60. #define DEF_HLIST_HEIGHT        "10"
  61. #define DEF_HLIST_HIGHLIGHT_COLOR    BLACK
  62. #define DEF_HLIST_HIGHLIGHT_MONO    BLACK
  63. #define DEF_HLIST_HIGHLIGHT_WIDTH    "2"
  64. #define DEF_HLIST_RELIEF        "sunken"
  65. #define DEF_HLIST_ORIENT        "vertical"
  66. #define DEF_HLIST_PADX            "2"
  67. #define DEF_HLIST_PADY            "2"
  68. #define DEF_HLIST_GAP            "5"
  69. #define DEF_HLIST_INDENT        "10"
  70. #define DEF_HLIST_INDICATOR        "0"
  71. #define DEF_HLIST_INDICATOR_CMD        ""
  72. #define DEF_HLIST_ITEM_TYPE        "text"
  73. #define DEF_HLIST_SELECT_BG_COLOR    ACTIVE_BG
  74. #define DEF_HLIST_SELECT_FG_COLOR    BLACK
  75. #define DEF_HLIST_SELECT_BG_MONO    BLACK
  76. #define DEF_HLIST_SELECT_FG_MONO    WHITE
  77. #define DEF_HLIST_SELECT_MODE        "browse"
  78. #define DEF_HLIST_SELECT_BORDERWIDTH    "1"
  79. #define DEF_HLIST_SEPARATOR        "."
  80. #define DEF_HLIST_SIZE_COMMAND        ""
  81. #define DEF_HLIST_TAKE_FOCUS         "1"
  82. #define DEF_HLIST_WIDTH            "20"
  83. #define DEF_HLIST_WIDE_SELECT        "true"
  84. #define DEF_HLIST_Y_SCROLL_COMMAND    ""
  85. #define DEF_HLIST_X_SCROLL_COMMAND    ""
  86.  
  87. /*
  88.  * HList Entry
  89.  */
  90. #define DEF_HLISTENTRY_BITMAP     ""
  91. #define DEF_HLISTENTRY_DATA     ""
  92. #define DEF_HLISTENTRY_GAP     "4"
  93. #define DEF_HLISTENTRY_IMAGE     ""
  94. #define DEF_HLISTENTRY_JUSTIFY     "left"
  95. #define DEF_HLISTENTRY_NAME     ""
  96. #define DEF_HLISTENTRY_PADX     "2"
  97. #define DEF_HLISTENTRY_PADY     "2"
  98. #define DEF_HLISTENTRY_STATE     "normal"
  99. #define DEF_HLISTENTRY_TEXT     ""
  100. #define DEF_HLISTENTRY_UNDERLINE "-1"
  101. #define DEF_HLISTENTRY_WIDGET     ""
  102. #define DEF_HLISTENTRY_WLENGTH     "0"
  103.  
  104. /*
  105.  * HList Entry
  106.  */
  107. #define DEF_HLISTHEADER_BG_COLOR    NORMAL_BG
  108. #define DEF_HLISTHEADER_BG_MONO        WHITE
  109. #define DEF_HLISTHEADER_BORDER_WIDTH    "2"
  110. #define DEF_HLISTHEADER_RELIEF        "raised"
  111.  
  112. /*
  113.  * tixNBFrame widget
  114.  */
  115. #define DEF_NOTEBOOKFRAME_ACTIVE_BG_COLOR    ACTIVE_BG
  116. #define DEF_NOTEBOOKFRAME_ACTIVE_BG_MONO    BLACK
  117. #define DEF_NOTEBOOKFRAME_INACTIVE_BG_COLOR    TROUGH
  118. #define DEF_NOTEBOOKFRAME_INACTIVE_BG_MONO    WHITE
  119. #define DEF_NOTEBOOKFRAME_BACKPAGE_COLOR    NORMAL_BG
  120. #define DEF_NOTEBOOKFRAME_BACKPAGE_MONO        WHITE
  121. #define DEF_NOTEBOOKFRAME_BG_COLOR        NORMAL_BG
  122. #define DEF_NOTEBOOKFRAME_BG_MONO        WHITE
  123. #define DEF_NOTEBOOKFRAME_DISABLED_FG_COLOR    DISABLED
  124. #define DEF_NOTEBOOKFRAME_DISABLED_FG_MONO    ""
  125. #define DEF_NOTEBOOKFRAME_FOCUS_COLOR        BLACK
  126. #define DEF_NOTEBOOKFRAME_FOCUS_MONO        BLACK
  127. #define DEF_NOTEBOOKFRAME_BORDER_WIDTH        "2"
  128. #define DEF_NOTEBOOKFRAME_CURSOR        ""
  129. #define DEF_NOTEBOOKFRAME_FONT                  CTL_FONT
  130. #define DEF_NOTEBOOKFRAME_FG_COLOR        BLACK
  131. #define DEF_NOTEBOOKFRAME_FG_MONO        BLACK
  132. #define DEF_NOTEBOOKFRAME_RELIEF        "sunken"
  133. #define DEF_NOTEBOOKFRAME_SLAVE            "1"
  134. #define DEF_NOTEBOOKFRAME_TAKE_FOCUS        "1"
  135. #define DEF_NOTEBOOKFRAME_WIDTH            "10"
  136. #define DEF_NOTEBOOKFRAME_TABPADX        "6"
  137. #define DEF_NOTEBOOKFRAME_TABPADY        "5"
  138.  
  139. /*
  140.  * tixTList.h
  141.  */
  142. #define DEF_TLIST_BG_COLOR            NORMAL_BG
  143. #define DEF_TLIST_BG_MONO            WHITE
  144. #define DEF_TLIST_BORDER_WIDTH            "2"
  145. #define DEF_TLIST_BROWSE_COMMAND        ""
  146. #define DEF_TLIST_COMMAND            ""
  147. #define DEF_TLIST_CURSOR            ""
  148. #define DEF_TLIST_FONT                      CTL_FONT
  149. #define DEF_TLIST_FG_COLOR            BLACK
  150. #define DEF_TLIST_FG_MONO            BLACK
  151. #define DEF_TLIST_HEIGHT            "10"
  152. #define DEF_TLIST_HIGHLIGHT_COLOR        BLACK
  153. #define DEF_TLIST_HIGHLIGHT_MONO        BLACK
  154. #define DEF_TLIST_HIGHLIGHT_WIDTH        "2"
  155. #define DEF_TLIST_ITEM_TYPE            "text"
  156. #define DEF_TLIST_RELIEF            "sunken"
  157. #define DEF_TLIST_ORIENT            "vertical"
  158. #define DEF_TLIST_PADX                "2"
  159. #define DEF_TLIST_PADY                "2"
  160. #define DEF_TLIST_SELECT_BG_COLOR        ACTIVE_BG
  161. #define DEF_TLIST_SELECT_FG_COLOR        BLACK
  162. #define DEF_TLIST_SELECT_BG_MONO        BLACK
  163. #define DEF_TLIST_SELECT_FG_MONO        WHITE
  164. #define DEF_TLIST_SELECT_MODE            "browse"
  165. #define DEF_TLIST_SELECT_BORDERWIDTH        "1"
  166. #define DEF_TLIST_STATE                "normal"
  167. #define DEF_TLIST_SIZE_COMMAND            ""
  168. #define DEF_TLIST_TAKE_FOCUS             "1"
  169. #define DEF_TLIST_WIDTH                "20"
  170. #define DEF_TLIST_Y_SCROLL_COMMAND        ""
  171. #define DEF_TLIST_X_SCROLL_COMMAND        ""
  172.  
  173. #endif /* TIX_DEFAULT */
  174.