#include <tk.h> Tk_OwnSelection(tkwin, selection, proc, clientData)
The clientData parameter to proc is a copy of the clientData argument given to Tk_OwnSelection, and is usually a pointer to a data structure containing application-specific information about tkwin.typedef void Tk_LostSelProc(ClientData clientData);
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1994-1997 Sun Microsystems, Inc.