summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-25 01:12:50 (GMT)
committerericm <ericm@noemail.net>2000-04-25 01:12:50 (GMT)
commite8555c917360035adcfef8fee04d09d80a89d62a (patch)
tree6a91d5a11910b7535938257e6c3c8663e69ffad1 /doc
parent2c05374aaa2e5a5c936cf85d04ee97360dc67ec3 (diff)
downloadtk-e8555c917360035adcfef8fee04d09d80a89d62a.zip
tk-e8555c917360035adcfef8fee04d09d80a89d62a.tar.gz
tk-e8555c917360035adcfef8fee04d09d80a89d62a.tar.bz2
* unix/mkLinks:
* doc/GetHINSTANCE.3: Man page for Tk_GetHINSTANCE [Bug: 1862]. FossilOrigin-Name: c5e5b562c221b3390a7be5c2e2d6fbce6b5b7a36
Diffstat (limited to 'doc')
-rw-r--r--doc/GetHINSTANCE.325
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/GetHINSTANCE.3 b/doc/GetHINSTANCE.3
new file mode 100644
index 0000000..0777936
--- /dev/null
+++ b/doc/GetHINSTANCE.3
@@ -0,0 +1,25 @@
+'\"
+'\" Copyright (c) 1998-2000 by Scriptics Corporation.
+'\" All rights reserved.
+'\"
+'\" RCS: @(#) $Id: GetHINSTANCE.3,v 1.1 2000/04/25 01:12:51 ericm Exp $
+'\"
+.so man.macros
+.TH Tk_GetHISTANCE 3 "" Tk "Tk Library Procedures"
+.BS
+.SH NAME
+Tk_GetHINSTANCE \- retrieve the global application instance handle
+.SH SYNOPSIS
+.nf
+\fB#include <tk.h>\fR
+.sp
+HINSTANCE
+\fBTk_GetHINSTANCE\fR()
+
+.SH DESCRIPTION
+.PP
+\fBTk_GetHINSTANCE\fR returns the Windows application instance handle
+for the Tk application. This function is only available on Windows platforms.
+
+.SH KEYWORDS
+identifier, instance