Newsgroups: comp.windows.x Path: utzoo!utgpu!watserv1!watdragon!watsol.waterloo.edu!tbray From: tbray@watsol.waterloo.edu (Tim Bray) Subject: iconPixmap only works after XtRealize()? Message-ID: <1991Jan9.034150.1279@watdragon.waterloo.edu> Sender: daemon@watdragon.waterloo.edu (Owner of Many System Processes) Organization: University of Waterloo Date: Wed, 9 Jan 91 03:41:50 GMT Lines: 11 I have a toplevel widget created with XtInitialize in a standard way. I also have a nice default icon I'd like to use for the application. I tried to set this using the XtNiconPixmap resource. Trouble is, it doesn't take unless I do this AFTER the XtRealizeWidget() on the toplevel but of course before the XtMainLoop(). Not a bug, just an irritation and some wasted time doping it out. Is there something I'm missing? Tim Bray tbray@watsol.waterloo.edu