home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / PixmapTest.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.9 KB  |  60 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. PixmapTest*MainForm.width:                500
  20. PixmapTest*MainForm.height:                700
  21. PixmapTest*MainForm.background:            Gray70
  22. PixmapTest*MainForm.shadowThickness:    0
  23. PixmapTest*MainForm.shadowType:            shadow_in
  24.  
  25. PixmapTest*fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  26. PixmapTest*labelFontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  27. PixmapTest*foreground:    Black
  28.  
  29.  
  30. !!
  31. !! Large
  32. !!
  33. PixmapTest*Large.leftAttachment:            attach_form
  34. PixmapTest*Large.rightAttachment:            attach_none
  35. PixmapTest*Large.topAttachment:                attach_form
  36. PixmapTest*Large.bottomAttachment:            attach_none
  37. PixmapTest*Large.topOffset:                    50
  38. PixmapTest*Large.leftOffset:                50
  39. PixmapTest*Large.buttonLayout:                button_pixmap_only
  40.  
  41. PixmapTest*Large.raiseOnEnter:                true
  42.  
  43. !!
  44. !! Small
  45. !!
  46. PixmapTest*Small.leftAttachment:            attach_form
  47. PixmapTest*Small.rightAttachment:            attach_none
  48. PixmapTest*Small.topAttachment:                attach_widget
  49. PixmapTest*Small.bottomAttachment:            attach_none
  50. PixmapTest*Small.topWidget:                    Large
  51. PixmapTest*Small.topOffset:                    50
  52. PixmapTest*Small.leftOffset:                50
  53. PixmapTest*Small.buttonLayout:                button_pixmap_only
  54.  
  55. PixmapTest*Small.raiseOnEnter:                true
  56.  
  57.  
  58.  
  59.