Scroll to navigation

Tk_FreeXId(3tk) Tk Library Procedures Tk_FreeXId(3tk)


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

4.0 Tk