home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.open-look
- Path: sparky!uunet!utcsri!geac!jtsv16!roland
- From: roland@jts.com (Roland Knight )
- Subject: de-iconify problem
- Message-ID: <1992Sep15.181004.7484@jts.com>
- Organization: JTS Computer Systems Ltd.
- Date: Tue, 15 Sep 1992 18:10:04 GMT
- Lines: 14
-
- I am using OLIT 3.0 and am trying to de-iconify a top level shell
- window. The following code does de-iconify the window but it only
- does so once. After further iconifications the following code has no
- effect on the window.
- Arg args[1];
- XtSetArg(args[0], XtNiconic, TRUE);
- XtSetValues(widget, args, 1);
-
- Is this a bug in OLIT or is there another way to de-iconify a window?
-
- Roland Knight
- JTS Computer Systems
- roland@jts.com
-
-