1Tk_IdToWindow(3)             Tk Library Procedures            Tk_IdToWindow(3)
2
3
4
5______________________________________________________________________________
6

NAME

8       Tk_IdToWindow - Find Tk's window information for an X window
9

SYNOPSIS

11       #include <tk.h>
12
13       Tk_Window
14       Tk_IdToWindow(display, window)
15

ARGUMENTS

17       Display     *display  (in)      X display containing the window.
18
19       Window      window    (in)      X id for window.
20_________________________________________________________________
21
22

DESCRIPTION

24       Given  an X window identifier and the X display it corresponds to, this
25       procedure returns the corresponding Tk_Window handle.  If there  is  no
26       Tk_Window corresponding to window then NULL is returned.
27
28

KEYWORDS

30       X window id
31
32
33
34Tk                                    4.0                     Tk_IdToWindow(3)
Impressum