Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!shelby!polya!ali From: ali@polya.Stanford.EDU (Ali T. Ozer) Newsgroups: comp.sys.next Subject: Re: Getting at the application's icon Message-ID: <12878@polya.Stanford.EDU> Date: 23 Nov 89 01:52:01 GMT References: <130037@gore.com> Reply-To: ali@Polya.Stanford.EDU (Ali T. Ozer) Organization: . Lines: 11 In article <130037@gore.com> jacob@gore.com (Jacob Gore) writes: >I have a separate .nib module that contains a panel. I want to make that >panel's miniwindow icon the same as the icon of the application into which >it is linked. What's the recommended way of doing it? The Application object will create a bitmap named "app" that contains the application's icon. Thus you can always get to the icon image with [Bitmap findBitmapFor:"app"]; Ali