home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14204 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.1 KB

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!thunder.mcrcim.mcgill.edu!mouse
  2. From: mouse@thunder.mcrcim.mcgill.edu
  3. Newsgroups: comp.windows.x
  4. Date: 17 Jul 92 19:02 MDT
  5. Subject: Re: XGetWindowProperty
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.150219.29188@thunder.m>
  8. Nf-ID: #N:1992Jul17.150219.29188@thunder.m:-1417543791:001:677
  9. Nf-From: thunder.mcrcim.mcgill.edu!mouse    Jul 17 19:02:00 1992
  10. Lines: 18
  11.  
  12.  
  13. In article <6666@charon.cwi.nl>, huub@cwi.nl (Huub Bakker) writes:
  14.  
  15. > I want to change a window property using XChangeProperty.  This
  16. > function requires a format parameter.  [wants to know how to choose a
  17. > value for the format.]
  18.  
  19. This simply depends on whether the property should be viewed as a list
  20. of 8-bit values, a list of 16-bit values, or a list of 32-bit values.
  21. As simple examples, a text property like a window's name is a list of
  22. 8-bit values and would be stored with format 8; a property like
  23. WM_COLORMAP_WINDOWS that is a list of X resource IDs is a list of
  24. 32-bit values and would be stored with format 32.
  25.  
  26.                     der Mouse
  27.  
  28.                 mouse@larry.mcrcim.mcgill.edu
  29.  
  30.