From e0487637c65e27e840c3d34213c702f44c072a7a Mon Sep 17 00:00:00 2001 From: chengyemao Date: Sat, 18 Dec 2004 20:21:09 +0000 Subject: Added comments to embedded Window message definition --- win/tkWin.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/win/tkWin.h b/win/tkWin.h index c9fc84c..6cad91c 100644 --- a/win/tkWin.h +++ b/win/tkWin.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWin.h,v 1.6 1999/04/16 01:51:48 stanton Exp $ + * RCS: @(#) $Id: tkWin.h,v 1.7 2004/12/18 20:21:09 chengyemao Exp $ */ #ifndef _TKWIN @@ -29,14 +29,14 @@ #endif /* - * The following messages are use to communicate between a Tk toplevel + * The following messages are used to communicate between a Tk toplevel * and its container window. */ -#define TK_CLAIMFOCUS (WM_USER) -#define TK_GEOMETRYREQ (WM_USER+1) -#define TK_ATTACHWINDOW (WM_USER+2) -#define TK_DETACHWINDOW (WM_USER+3) +#define TK_CLAIMFOCUS (WM_USER) /* an embedded window requests to focus */ +#define TK_GEOMETRYREQ (WM_USER+1) /* an embedded window requests to change size */ +#define TK_ATTACHWINDOW (WM_USER+2) /* an embedded window requests to attach */ +#define TK_DETACHWINDOW (WM_USER+3) /* an embedded window requests to detach */ /* -- cgit v0.12