Unix and Linux Discussions Tagged with window |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
23 |
28,414 |
Shell Programming and Scripting |
|
|
|
4 |
7,110 |
Debian |
|
|
|
0 |
6,579 |
Programming |
|
|
|
4 |
8,791 |
Shell Programming and Scripting |
|
|
|
5 |
3,662 |
Shell Programming and Scripting |
|
|
|
9 |
3,500 |
Shell Programming and Scripting |
|
|
|
2 |
16,555 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
2,205 |
Cartoons for Geeks |
|
|
|
0 |
3,376 |
OS X Support RSS |
|
|
|
0 |
6,436 |
OS X Support RSS |
|
|
|
0 |
5,483 |
OS X Support RSS |
|
|
|
0 |
2,643 |
Solaris |
|
|
|
3 |
7,355 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,258 |
UNIX and Linux RSS News |
|
|
|
11 |
10,001 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
3,973 |
OS X Support RSS |
|
|
|
0 |
4,675 |
OS X Support RSS |
|
|
|
2 |
19,611 |
UNIX and Linux Applications |
|
|
|
1 |
4,483 |
IP Networking |
|
|
|
7 |
4,093 |
Shell Programming and Scripting |
|
|
|
1 |
5,191 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
7,154 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
2,408 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,811 |
UNIX and Linux RSS News |
|
|
|
0 |
4,785 |
UNIX and Linux RSS News |
|
|
|
0 |
1,350 |
Security Advisories (RSS) |
|
|
|
8 |
8,671 |
UNIX and Linux Applications |
|
|
|
3 |
7,022 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
6,561 |
Linux |
|
|
|
2 |
5,611 |
Shell Programming and Scripting |
|
|
|
0 |
3,904 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,609 |
Programming |
|
|
|
0 |
1,287 |
Software Releases - RSS News |
|
|
|
3 |
3,538 |
Shell Programming and Scripting |
|
|
|
8 |
9,084 |
Shell Programming and Scripting |
|
|
|
0 |
1,261 |
Software Releases - RSS News |
|
|
|
3 |
11,246 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,487 |
UNIX and Linux RSS News |
|
|
|
0 |
2,572 |
IP Networking |
|
|
|
4 |
4,620 |
Windows & DOS: Issues & Discussions |
Tk_IdToWindow(3TK) Tk Library Procedures Tk_IdToWindow(3TK)
__________________________________________________________________________________________________________________________________________________
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 corresponding Tk_Window handle. If there is
no Tk_Window corresponding to window then NULL is returned.
KEYWORDS
X window id
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWTk |
+--------------------+-----------------+
|Interface Stability | Uncommitted |
+--------------------+-----------------+
NOTES
Source for Tk is available on http://opensolaris.org.
Tk 4.0 Tk_IdToWindow(3TK)