home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3833 < prev    next >
Encoding:
Text File  |  1992-09-15  |  716 b   |  24 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!utcsri!geac!jtsv16!roland
  3. From: roland@jts.com (Roland Knight )
  4. Subject: de-iconify problem
  5. Message-ID: <1992Sep15.181004.7484@jts.com>
  6. Organization: JTS Computer Systems Ltd.
  7. Date: Tue, 15 Sep 1992 18:10:04 GMT
  8. Lines: 14
  9.  
  10. I am using OLIT 3.0 and am trying to de-iconify a top level shell
  11. window.  The following code does de-iconify the window but it only
  12. does so once.  After further iconifications the following code has no
  13. effect on the window.
  14.     Arg args[1];
  15.     XtSetArg(args[0], XtNiconic, TRUE);
  16.     XtSetValues(widget, args, 1);
  17.  
  18. Is this a bug in OLIT or is there another way to de-iconify a window?
  19.  
  20. Roland Knight
  21. JTS Computer Systems
  22. roland@jts.com
  23.  
  24.