home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / ril.zip / demos / style1.ril < prev    next >
Text File  |  1992-07-29  |  684b  |  29 lines

  1. #
  2. # This file attempts to set a base set of resources for applications
  3. # to use.  The goal here is to have sets of related applications all
  4. # get resources from the same place, allowing for a more consistant
  5. # look across all apps.
  6. #
  7. # This is barely a first cut at implementing such a thing in RIL
  8. # It is here just to show that it should be possible to do so.
  9. #
  10. #
  11.  
  12. Resources *XmPushButton {
  13.     background: lightslategrey
  14.     foreground: white
  15.     fontList: -adobe-helvetica-bold-r-normal-*-12-120-*-*-*-*-*-*
  16.     shadowThickness:2
  17.     marginWidth: 2
  18.     marginHeight: 2
  19. }
  20.  
  21. Resources *XmpTable {
  22.     background: black
  23.     *XmLabel.background:black
  24.     shadowThickness:0
  25.     marginWidth: 10
  26.     marginHeight: 10
  27. }
  28.  
  29.