DtDndDropUnregister(library call) DtDndDropUnregister(library call)NAMEDtDndDropUnregister -- deactivate a drop siteSYNOPSIS#include <Dt/Dnd.h> void DtDndDropUnregister( Widget dropSite);DESCRIPTIONThe DtDndDropUnregister function removes the widget, dropSite, from the set of drop sites that have been registered with DtDndDropRegis- ter(3) and frees data allocated by a call to DtDndDropRegister(3). The DtDndDropUnregister function is used to unregister a widget when it is no longer a drop site. A widget can be unregistered with DtDnd- DropUnregister at any time after it has been registered with DtDndDropRegister(3).RETURN VALUEThe DtDndDropUnregister function returns no value.SEE ALSODt/Dnd.h - DtDnd(5), DtDndDropRegister(3), DtDndDropRegister(3), XmDropSite(3), XmDropSiteRegister(3), XmDropSiteUnregister(3). DtDndDropUnregister(library call)