home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xlibpr3.zip / basicwin / attribs / README < prev   
Text File  |  1989-11-27  |  499b  |  12 lines

  1. This example demonstrates the effect of background_pixmap window
  2. attribute settings of ParentRelative and None, and also of the 
  3. win_gravity window attribute.
  4.  
  5. The main window has background_pixmap ParentRelative, and the child
  6. has background_pixmap None.  Close observation will tell you the unique
  7. characteristics of each of these settings.
  8.  
  9. The child window has win_gravity set to NorthEastGravity, so that
  10. the server automatically moves it back into the corner when the main 
  11. window is resized.
  12.