Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

Tk_HWNDToWindow(3)


Tk_HWNDToWindow

Tk_HWNDToWindow

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
KEYWORDS

______________________________________________________________________________

NAME

Tk_HWNDToWindow − Find Tk’s window information for a Windows window

SYNOPSIS

#include <tkPlatDecls.h>

Tk_Window
Tk_HWNDToWindow
(hwnd)

ARGUMENTS

HWND hwnd (in)

Windows handle for the window.

_________________________________________________________________

DESCRIPTION

Given a Windows HWND window identifier, this procedure returns the corresponding Tk_Window handle. If there is no Tk_Window corresponding to hwnd then NULL is returned.

KEYWORDS

Windows window id



Tk_HWNDToWindow(3)