summaryrefslogtreecommitdiffstats
path: root/doc/GetHWND.3
diff options
context:
space:
mode:
authorericm <ericm>2000-04-24 19:47:26 (GMT)
committerericm <ericm>2000-04-24 19:47:26 (GMT)
commitdb662c0d7c33a282d9a79fc935fd7ced68b3ab2a (patch)
treeff37962b7c301e6fcdc57fa1a27b434c57567380 /doc/GetHWND.3
parenta6fb23d1828713a594050d87218125254a99fa37 (diff)
downloadtk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.zip
tk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.tar.gz
tk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.tar.bz2
* unix/mkLinks:
* doc/GetHWND.3: Man page for Tk_GetHWND [Bug: 1863].
Diffstat (limited to 'doc/GetHWND.3')
-rw-r--r--doc/GetHWND.329
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/GetHWND.3 b/doc/GetHWND.3
new file mode 100644
index 0000000..696f53f
--- /dev/null
+++ b/doc/GetHWND.3
@@ -0,0 +1,29 @@
+'\"
+'\" Copyright (c) 1998-2000 by Scriptics Corporation.
+'\" All rights reserved.
+'\"
+'\" RCS: @(#) $Id: GetHWND.3,v 1.1 2000/04/24 19:47:26 ericm Exp $
+'\"
+'\"
+.so man.macros
+.TH Tk_GetHWND 3 "" Tk "Tk Library Procedures"
+.BS
+.SH NAME
+Tk_GetHWND \- retrieve the Windows handle for an X window
+.SH SYNOPSIS
+.nf
+\fB#include <tk.h>\fR
+.sp
+HWND
+\fBTk_GetHWND\fR(\fIwindow\fR)
+.SH ARGUMENTS
+.AP Window window in
+X token for window.
+.BE
+.SH DESCRIPTION
+.PP
+\fBTk_GetHWND\fR returns the Windows HWND identifier for X Windows
+window given by \fIwindow\fR.
+
+.SH KEYWORDS
+identifier, window