diff options
Diffstat (limited to 'doc/GetHINSTANCE.3')
-rw-r--r-- | doc/GetHINSTANCE.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/GetHINSTANCE.3 b/doc/GetHINSTANCE.3 index 4a13786..07c9ddd 100644 --- a/doc/GetHINSTANCE.3 +++ b/doc/GetHINSTANCE.3 @@ -9,16 +9,14 @@ Tk_GetHINSTANCE \- retrieve the global application instance handle .SH SYNOPSIS .nf -\fB#include <tk.h>\fR +\fB#include <tkPlatDecls.h>\fR .sp HINSTANCE \fBTk_GetHINSTANCE\fR() .BE - .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 |