ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Tk_IdToWindow(3) Tk Library Procedures Tk_IdToWindow(3) ____________________________________________________________________________________________________________ NAME Tk_IdToWindow - Find Tk's window information for an X window SYNOPSIS #include <tk.h> Tk_Window Tk_IdToWindow(display, window) ARGUMENTS Display *display (in) X display containing the window. Window window (in) X id for window. ____________________________________________________________________________________________________________ DESCRIPTION Given an X window identifier and the X display it corresponds to, this procedure returns the corre-sponding corresponding sponding Tk_Window handle. If there is no Tk_Window corresponding to window then NULL is returned. KEYWORDS X window id Tk 4.0 Tk_IdToWindow(3) |
|