[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Dec 1 11:28:35 1997 
Subject:Re: REMOVING RC_GRAPHIC WINDOWS 
From:David S Young 
Volume-ID:971201.01 

On Fri, 28 Nov 1997, Jim wrote:

> Does anybody know how to remove an "rc_graphic" window when you have
> finished with it?

You can use

	XptDestroyWindow(rc_window)

I associate this with a mouse button using XtAddCallback as I often
create large numbers of windows with images in them and want to be able
to destroy them easily. Code on request.

 David Young