Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpcc05!hpsciz!masa From: masa@hpsciz.sc.hp.com (Masayoshi Habu) Newsgroups: comp.windows.x.motif Subject: Re: Changing the pointer in ALL windows Message-ID: <13270011@hpsciz.sc.hp.com> Date: 3 May 91 15:59:09 GMT References: <1991Apr28.014058.16034@engin.umich.edu> Organization: Hewlett-Packard, Santa Clara, CA Lines: 16 In comp.windows.x.motif, theslim@engin.umich.edu (Eric Michael Slimko) writes: 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. As far as I know, that's correct. So I ended up with writing a little extra code which maintains a list of windows and when asked, change the cursor of all those windows to either a watch or an arrow. Masa Habu HP Santa Clara Div.