home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4283 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cs.utexas.edu!wupost!darwin.sura.net!mips!mips!decwrl!csus.edu!netcom.com!jeffc
  3. From: jeffc@netcom.com (Jeff Cohen)
  4. Subject: Re: Specifying little icon for system menu
  5. Message-ID: <009mmwp.jeffc@netcom.com>
  6. Date: Tue, 18 Aug 92 00:59:49 GMT
  7. Organization: Hacker's Anonymous
  8. References: <14063@goanna.cs.rmit.oz.au>
  9. Lines: 28
  10.  
  11. In article <14063@goanna.cs.rmit.oz.au> steveh@goanna.cs.rmit.oz.au (Steven Hayes) writes:
  12. >I've noticed that some applications for PM have set their own 'small'
  13. >icon for the system menu at the top-left corner of a window, instead of 
  14. >letting PM dice up and use the normal sized icon associated with an 
  15. >application.  Since I find the special-purpose small icons more attractive, 
  16. >I'd like to know how to do it. Anyone know?
  17. >
  18. >Steve
  19. >-- 
  20. >   Steven Hayes                                    |  steveh@rmit.edu.au
  21. >   Royal Melbourne Institute of Technology (RMIT)  |  +61 3 660-2693
  22.  
  23. The mini-icons are black&white device-independent bitmaps, 16x16 for VGA and
  24. 20x20 for 8514/A.  The Icon Editor can create these as well.  
  25.  
  26. I know, how can they be device-independent when the size depends on the
  27. display resolution.  PM is to blame for that.  Both sizes ought to be
  28. present, and PM picks the appropriate one.  If it's missing, it will
  29. pick the closest alternative and scale it.
  30.  
  31. To see this in practice, look at an object's icon, such as the System
  32. folder's icon using the Icon Editor.
  33. -- 
  34.  
  35. ==============================================================================
  36. Jeff Cohen         | Standard disclaimer:  My views are my own and may or may
  37. jeffc@netcom.com   |                       not represent the views of IBM.
  38. ==============================================================================
  39.