Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!caen!engin.umich.edu!theslim From: theslim@engin.umich.edu (Eric Michael Slimko) Newsgroups: comp.windows.x.motif Subject: Changing the pointer in ALL windows Message-ID: <1991Apr28.014058.16034@engin.umich.edu> Date: 28 Apr 91 01:40:58 GMT Sender: news@engin.umich.edu (CAEN Netnews) Reply-To: theslim@caen.engin.umich.edu Organization: University of Michigan Lines: 10 I am writing a motif application which has many top-level windows. I would like to have the pointer change to a watch in all those windows to notify the user to wait. Unfotunately, it looks to me like you have to do a XDefineCursor using the window ID for EACH of the popup windows to get that to happen. Is there anyway around this? I tried using the toplevel widget returned from XtInitialize, but that only changes the pointer for that window. Thanks in advance, Eric Slimko