home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / openloo / 3554 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.3 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!csus.edu!netcom.com!kemnitz
  2. From: kemnitz@netcom.com (Greg Kemnitz)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Control Area refresh
  5. Message-ID: <85_ndw+.kemnitz@netcom.com>
  6. Date: 21 Aug 92 22:03:30 GMT
  7. References: <1992Aug21.115857.2914@reks.uia.ac.be>
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  9. Lines: 19
  10.  
  11. In article <1992Aug21.115857.2914@reks.uia.ac.be> frans@kiwi.uia.ac.be writes:
  12. =Can anybody tell me how to freeze the appearance of a an OLIT Control Area widget
  13. =while adding and/or removing children of it. I always have the annoying behavior 
  14. =that when I want to change a child of a Control Area by deleting it and inserting 
  15. =a new one, the Control Area immediately resizes itself on the deletion of the 
  16. =child, and resizes itself again while inserting the new child. It would be nice 
  17. =if one would be able to freeze the Control Area while making the changes. I tried 
  18. =by unmapping the Control Area, but it didn't seem to have any effect.
  19. =
  20. =Francois Staes
  21. =University of Antwerp
  22. =Antwerp, Belgium
  23. =Email : frans@kiwi.uia.ac.be
  24.  
  25.  
  26. Use XtCreateWidget instead of XtCreateManagedWidget, but
  27. you have to use XtManageChildren or XtManageChild at some point.
  28.  
  29. The other solution is to use XtUnmanageChildren or XtUnmanageChild.
  30.