1Tk_IdToWindow(3) Tk Library Procedures Tk_IdToWindow(3)
2
3
4
5______________________________________________________________________________
6
8 Tk_IdToWindow - Find Tk's window information for an X window
9
11 #include <tk.h>
12
13 Tk_Window
14 Tk_IdToWindow(display, window)
15
17 Display *display (in) X display containing the window.
18
19 Window window (in) X id for window.
20______________________________________________________________________________
21
23 Given an X window identifier and the X display it corresponds to, this
24 procedure returns the corresponding Tk_Window handle. If there is no
25 Tk_Window corresponding to window then NULL is returned.
26
28 X window id
29
30
31
32Tk 4.0 Tk_IdToWindow(3)