diff options
author | hobbs <hobbs> | 2003-10-13 00:54:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-10-13 00:54:30 (GMT) |
commit | d68babc6f13dfb13044c2a5310a4c453536aa87f (patch) | |
tree | f613b8bf44988a52f0d798c44a7b28b98185d802 /doc | |
parent | f48a33ea2ede98de3359fca3706d86a84862030c (diff) | |
download | tk-d68babc6f13dfb13044c2a5310a4c453536aa87f.zip tk-d68babc6f13dfb13044c2a5310a4c453536aa87f.tar.gz tk-d68babc6f13dfb13044c2a5310a4c453536aa87f.tar.bz2 |
* unix/mkLinks:
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetHWND.3 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/GetHWND.3 b/doc/GetHWND.3 index b512578..7654315 100644 --- a/doc/GetHWND.3 +++ b/doc/GetHWND.3 @@ -2,28 +2,39 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: GetHWND.3,v 1.2 2000/09/07 00:28:38 ericm Exp $ +'\" RCS: @(#) $Id: GetHWND.3,v 1.3 2003/10/13 00:54:30 hobbs Exp $ '\" '\" .so man.macros -.TH Tk_GetHWND 3 "" Tk "Tk Library Procedures" +.TH HWND 3 8.0 Tk "Tk Library Procedures" .BS .SH NAME -Tk_GetHWND \- retrieve the Windows handle for an X window +Tk_GetHWND, Tk_AttachHWND \- manage interactione between the Windows handle and an X window .SH SYNOPSIS .nf \fB#include <tkPlatDecls.h>\fR .sp HWND \fBTk_GetHWND\fR(\fIwindow\fR) +.sp +Window +\fBTk_AttachHWND\fR(\fItkwin, hwnd\fR) .SH ARGUMENTS .AP Window window in X token for window. +.AP Tk_Window tkwin in +Tk window for window. +.AP HWND hwnd in +Windows HWND for window. .BE .SH DESCRIPTION .PP \fBTk_GetHWND\fR returns the Windows HWND identifier for X Windows window given by \fIwindow\fR. +.PP +\fBTk_AttachHWND\fR binds the Windows HWND identifier to the +specified Tk_Window given by \fItkwin\fR. It returns an X Windows +window that encapsulates the HWND. .SH KEYWORDS identifier, window |