GetHWND.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
- '"
- '" Copyright (c) 1998-2000 by Scriptics Corporation.
- '" All rights reserved.
- '"
- '" RCS: @(#) $Id: GetHWND.3,v 1.2.8.1 2003/10/13 00:55:08 hobbs Exp $
- '"
- '"
- .so man.macros
- .TH HWND 3 8.0 Tk "Tk Library Procedures"
- .BS
- .SH NAME
- 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_GetHWNDfR(fIwindowfR)
- .sp
- Window
- fBTk_AttachHWNDfR(fItkwin, hwndfR)
- .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_GetHWNDfR returns the Windows HWND identifier for X Windows
- window given by fIwindowfR.
- .PP
- fBTk_AttachHWNDfR binds the Windows HWND identifier to the
- specified Tk_Window given by fItkwinfR. It returns an X Windows
- window that encapsulates the HWND.
- .SH KEYWORDS
- identifier, window