home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / ToolBarTest.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  3.3 KB  |  107 lines

  1. ! -*- Mode: Fundamental; tab-width: 8; indent-tabs-mode: nil -*-
  2. !
  3. ! The contents of this file are subject to the Netscape Public License
  4. ! Version 1.0 (the "NPL"); you may not use this file except in
  5. ! compliance with the NPL.  You may obtain a copy of the NPL at
  6. ! http://www.mozilla.org/NPL/
  7. !
  8. ! Software distributed under the NPL is distributed on an "AS IS" basis,
  9. ! WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10. ! for the specific language governing rights and limitations under the
  11. ! NPL.
  12. !
  13. ! The Initial Developer of this code under the NPL is Netscape
  14. ! Communications Corporation.  Portions created by Netscape are
  15. ! Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16. ! Reserved.
  17.  
  18.  
  19. ToolBarTest*MainForm.width:                    500
  20. ToolBarTest*MainForm.height:                400
  21. ToolBarTest*MainForm.background:            Gray70
  22. ToolBarTest*MainForm.shadowThickness:        0
  23. ToolBarTest*MainForm.shadowType:            shadow_in
  24.  
  25. ToolBarTest*fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  26. ToolBarTest*labelFontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  27. ToolBarTest*foreground:    Black
  28.  
  29.  
  30.  
  31.  
  32. ToolBarTest*ToolBar.leftAttachment:            attach_form
  33. ToolBarTest*ToolBar.topAttachment:            attach_form
  34. ToolBarTest*ToolBar.bottomAttachment:        attach_none
  35. ToolBarTest*ToolBar.rightAttachment:        attach_none
  36. ToolBarTest*ToolBar.leftOffset:                5
  37. ToolBarTest*ToolBar.rightOffset:            5
  38. ToolBarTest*ToolBar.topOffset:                5
  39. ToolBarTest*ToolBar.shadowThickness:        1
  40. ToolBarTest*ToolBar.shadowType:                shadow_out
  41. ToolBarTest*ToolBar.background:                Gray70
  42. ToolBarTest*ToolBar.highlightThickness:        1
  43. ToolBarTest*ToolBar.highlighted:            True
  44. !ToolBarTest*ToolBar.borderWidth:            1
  45. !ToolBarTest*ToolBar.borderColor:            Red
  46.  
  47. ToolBarTest*ToolBar.orientation:            vertical
  48.  
  49. ToolBarTest*ToolBar.spacing:                0
  50.  
  51. ToolBarTest*ToolBar.forceWidth:                false
  52.  
  53. ToolBarTest*ToolBar.usePreferredWidth:        true
  54. ToolBarTest*ToolBar.usePreferredHeight:        true
  55.  
  56. ToolBarTest*ToolBar.selectionPolicy:        tool_bar_select_single
  57. ToolBarTest*ToolBar.selectionModifiers:        Shift
  58.  
  59.  
  60. ToolBarTest*ToolBar.allowWrap:                    true
  61.  
  62. !ToolBarTest*XfeButton*bufferType:            buffer_private
  63. ToolBarTest*XfeButton*traversalOn:            no
  64. ToolBarTest*XfeButton*highlightThickness:    0
  65. ToolBarTest*XfeButton*shadowThickness:        1
  66. ToolBarTest*XfeButton*highlightColor:        Gray20
  67. ToolBarTest*XfeButton*background:            Gray70
  68. ToolBarTest*XfeButton*buttonType:            button_push
  69. ToolBarTest*XfeButton*labelRaisedColor:        red
  70. ToolBarTest*XfeButton*labelAlignment:        alignment_beginning
  71.  
  72.  
  73. ToolBarTest*XfeLabel*background:            Gray70
  74. ToolBarTest*XfeLabel*traversalOn:            no
  75. ToolBarTest*XfeLabel*highlightThickness:    0
  76. ToolBarTest*XfeLabel*shadowThickness:        0
  77. ToolBarTest*XfeLabel*shadowType:            XmSHADOW_IN
  78. ToolBarTest*XfeLabel*labelString:            
  79.  
  80.  
  81. ToolBarTest*Two.leftOffset:                    10
  82. ToolBarTest*Two.topOffset:                    10
  83.  
  84.  
  85. ToolBarTest*Four.leftOffset:                10
  86. ToolBarTest*Four.topOffset:                    10
  87.  
  88. ToolBarTest*Eight.leftOffset:                10
  89. ToolBarTest*Eight.topOffset:                10
  90.  
  91.  
  92.  
  93. ToolBarTest*vsep.orientation:                horizontal
  94. ToolBarTest*vsep.shadowThickness:            3
  95. ToolBarTest*vsep.background:                Gray70
  96. ToolBarTest*vsep.height:                    10
  97.  
  98. ToolBarTest*hsep.orientation:                vertical
  99. ToolBarTest*hsep.shadowThickness:            3
  100. ToolBarTest*hsep.background:                Gray70
  101. ToolBarTest*hsep.width:                        20
  102.  
  103.  
  104.  
  105.  
  106.