home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / intervie / 3466 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  1.3 KB

  1. Path: sparky!uunet!crdgw1!cook!psinntp!psinntp!newstand.syr.edu!cat.syr.edu!dms
  2. From: dms@cat.syr.edu (David Sternlicht)
  3. Newsgroups: comp.windows.interviews
  4. Subject: Re: what is kit in local.def
  5. Message-ID: <1992Dec28.115502.22176@newstand.syr.edu>
  6. Date: 28 Dec 92 16:55:00 GMT
  7. References: <1992Dec23.195705.26071@iplmail.orl.mmc.com>
  8. Organization: CASE Center, Syracuse University
  9. Lines: 30
  10.  
  11. chucks@iplmail writes:
  12.  
  13.      I have built iv3.1 on a sun4. in local.def  the following is found.
  14.     /*
  15.      * Default customization of kits.
  16.      * Possible flags to define:
  17.      *      sgi_motif_kit (SMFKit), motif_kit (MFKit),
  18.      *      openlook_kit (OLKit), bw_kit (MonoKit)
  19.      */
  20.     #ifndef KitFlags
  21.     #define KitFlags \
  22.     -Dmotif_kit \
  23.     -Dsgi_motif_kit \
  24.     -Dopenlook_kit \
  25.     -Dbw_kit \
  26.     -Ddefault_kit=SMFKit
  27.     #endif
  28.  
  29.      what is the function of selecting a different kit. I have not found 
  30.      anything in the papers regarding this.
  31.  
  32. These flags control how src/InterViews/kit.c  gets compiled.  Therefor you could 
  33. concievably choose not to allow the creation of certain kit styles by deleting
  34. one of these flags.  See table 1.1 in section 1.3.1 of the reference manual for
  35. the setting of kit styles at runtime.
  36.  
  37.  
  38.                                 dave sternlicht
  39.                                 mit X consortium
  40.                                 dave@expo.lcs.mit.edu
  41.