Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!jpotter From: jpotter@ucs.adelaide.edu.au (Jonathan Potter) Newsgroups: comp.sys.amiga.programmer Subject: Re: Need help with screens and diskfonts. Message-ID: <3448@sirius.ucs.adelaide.edu.au> Date: 30 May 91 00:21:05 GMT References: <42753@cup.portal.com> Organization: Information Technology Division, The University of Adelaide, AUSTRALIA Lines: 26 In article <42753@cup.portal.com> TCampbell@cup.portal.com (Thomas W Campbell) writes: > > I'm writing a program, and I'd like to use the screen title bar to >display information. Is there a way to do this? I don't plan on using >menus, if that makes any difference. You can use SetWindowTitles() to change the text in the screen title bar, but that doesn't allow for any graphics per se. I have done it (and I don't know how legal it is) this way.. struct Screen *screen; struct RastPort *barrp; . . . barrp=screen->BarLayer->rp; Jon -- | Jon Potter | | I'd really like to | | P.O. Box 289 | jpotter@itd.adelaide.edu.au | change the world... | | Goodwood, SA | FidoNet : 3:680/829 | But they won't give me | | Australia 5034 | | the source code. |