Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!samsung!munnari.oz.au!comp.vuw.ac.nz!actrix!Alex.Valdez From: Alex.Valdez@bbs.actrix.gen.nz Newsgroups: comp.sys.atari.st.tech Subject: Re: Drawing objects/interaction with windows. Keywords: GEM, Logo, Window, Object, RCP. Message-ID: <1990Dec18.112208.8492@actrix.gen.nz> Date: 18 Dec 90 11:22:08 GMT References: <1990Dec14.183620.13254@cs.utk.edu> Sender: Alex.Valdez@actrix.gen.nz (Alex Valdez) Organization: Actrix Information Exchange, Wellington, New Zealand Lines: 13 Comment-To: andrew@.cs.utk.edu In article <1990Dec14.183620.13254@cs.utk.edu> andrew@.cs.utk.edu (Andrew Krzywdzinski) writes: > In the GEM application I'm writing, I'd like to be able to put a > bitmap/logo in the middle of the screen (i.e. like TURTLE or ARCGSH do). Try calling wind_set(WF_NEWDESK, ...). This tells GEM that the desktop is now the object tree you created and will redraw it everytime the desk is exposed. You won't receive evnt_multi messages to redraw the desktop, AES will do it for you! -- Alex Valdez