Tcl 8.7/Tk8.7a5 Documentation > Tk C API > FreeXId

Tcl/Tk Applications | Tcl Commands | Tk Commands | Tcl C API | Tk C API

NAME

Tk_FreeXId — make X resource identifier available for reuse

SYNOPSIS

#include <tk.h>
Tk_FreeXId(display, id)

ARGUMENTS

Display *display (in)
Display for which id was allocated.

XID id (in)
Identifier of X resource (window, font, pixmap, cursor, graphics context, or colormap) that is no longer in use.

DESCRIPTION

This function is deprecated, it doesn't do anything since 2008-08-19.

KEYWORDS

resource identifier
Copyright © 1990 The Regents of the University of California.
Copyright © 1994-1996 Sun Microsystems, Inc.