home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / Xdefaults < prev    next >
Text File  |  1997-02-27  |  4KB  |  107 lines

  1. !COLORS
  2.  
  3. !Colors in Diagram Editors can be set using the Options>Color options.
  4. !Refer to the documentation for more details.
  5.  
  6. !Text in menus, Message Area, buttons, dialog boxes
  7. otk*foreground:black
  8. !Background for all windows. Overrides all other background
  9. !settings except "otk*XmText*background"
  10. !otk*background:grey80
  11.  
  12. !Text/background in Browser Information/Navigation area, Customization
  13. !editor display area (doesn't include scrollbar area)
  14. otk*XmContainer*foreground:black
  15. otk*XmContainer*background:white
  16.  
  17. !Text/Background in Browser Information/Navigation area, Customization editor
  18. !display area, Mtool display area & any scrolling area in dialog boxes
  19. !(includes complete scrollbar area). Overrides "otk*XmContainer*background"
  20. !otk*XmScrolledWindow*foreground:black
  21. !otk*XmScrolledWindow*background:lightgrey
  22.  
  23. !Text/Background in Monitor window display area and any display area in 
  24. !dialog boxes (includes scrollbars but not scrollbar surrounds)
  25. otk*XmText*foreground:black
  26. otk*XmText*background:white
  27.  
  28. !Text/Background in dialog box text entry fields
  29. otk*XmTextField*foreground:black
  30. otk*XmTextField*background:white
  31.  
  32. !Browser Context Area label font and value font 
  33. !otk.main.mainWindow.DC.WA*foreground: blue
  34.  
  35. !Browser Context Area value font
  36. !otk.main.mainWindow.DC.WA*values*foreground: red
  37.  
  38.  
  39. !FONTS
  40.  
  41. !Display area fonts can be set individually for each window using 
  42. !the Options>Font... option. These settings are saved in your personal
  43. !Meta4UserEnv file. Refer to the documentation for more details.
  44. !To set the Browser Context Area label font and value font, set the
  45. !M4 variables "M4_contextarea_labelfont" and "M4_contextarea_valuefont"
  46. !in your Meta4UserEnv file
  47.  
  48. !Text in selection list boxes (only visible if "otk*renderTable" not set)
  49. !otk*XmList*renderTable:7x14
  50.  
  51. !Text in menus, selection list boxes, buttons, Message area, dialog box
  52. !entry field labels, help contents/index, customization editor notebook 
  53. !page labels (and tool tips if "otk*XmLabel.renderTable" is not set). 
  54. otk*renderTable: -*-helvetica-medium-r-normal--12-*-*-*-p-*-*-1
  55.  
  56. !Group labels in Customization editor notebook pages, tool tips
  57. !otk*XmLabel.renderTable: -*-helvetica-bold-r-normal--12-*-*-*-p-*-*-1
  58. otk*XmLabel.renderTable:-adobe-times-bold-i-normal--12-120-75-75-p-68-iso8859-1
  59.  
  60. !Text in Message area, dialog box entry field labels (overrides otk*renderTable)
  61. otk*XmLabelGadget.renderTable:-adobe-times-bold-i-normal--12-120-75-75-p-68-iso8859-1
  62.  
  63.  
  64. !ICONS
  65.  
  66. !These Xdefaults affect the display of object names in the Navigation area
  67. !of the Browser.
  68.  
  69. !The space between icons
  70. *XmIconGadget.highlightThickness:       0pixel
  71.  
  72. !The thickness of the shadow around the object name
  73. *XmIconGadget.shadowThickness:          0pixel
  74.  
  75. !The thickness of the shadow around the arrows
  76. *XmContainer.OutlineButton.shadowThickness: 0pixel
  77.  
  78. !How far the arrow is indented
  79. *XmContainer.outlineIndentation:20
  80.  
  81. *XmContainer.expandedStatePixmap:       down.xbm
  82. *XmContainer.collapsedStatePixmap:      right.xbm
  83.  
  84.  
  85. !CUSTOMIZATION EDITOR NOTEBOOK WIDGETS
  86.  
  87. !Where page tabs are displayed (default is bottom left)
  88. *XmNotebook*backPagePlacement: TOP_RIGHT
  89.  
  90. !Orientation of page
  91. *XmNotebook*orientation: VERTICAL
  92.  
  93. !Overrides default "wire-binding" widget
  94. *XmNotebook*bindingType:SOLID
  95.  
  96. !Space between tabs
  97. *XmNotebook*majorTabSpacing: 0
  98.  
  99. !The width of the "wire binding". Does not apply to binding of type SOLID
  100. *XmNotebook*bindingWidth:0
  101.  
  102. !The thickness of the shadow of the pages
  103. *XmNotebook*frameShadowThickness:4
  104.  
  105. !The spacing between pages
  106. *XmNotebook*backPageSize:0
  107.