[comp.windows.interviews] Iconifying An InterActor

simon@shiva.trl.OZ.AU (Simon Michnowicz - A Free Spirit) (06/07/91)

I have set a bitmap in the top-level interactor in
my application.  However the icon does not seem
to appear when I iconify it.
i.e.

Interactor *I
new I
I->SetIconBitmap(bitmap);
World->Insert(I);


Is this a problem with the window-manager, or is there
something else I have to do?

	Thanks
		Simon Michnowicz