diff options
author | chengyemao <chengyemao> | 2004-12-20 01:13:12 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-20 01:13:12 (GMT) |
commit | a24199bd3446b589ea816cd70e58f5165f18724f (patch) | |
tree | 9083c856a5ab3bdcf23e28abc9a2c79372c13f3c /win/tkWin.h | |
parent | 88b0719da010bfb547b954ddb13d9ae51ae2fe30 (diff) | |
download | tk-a24199bd3446b589ea816cd70e58f5165f18724f.zip tk-a24199bd3446b589ea816cd70e58f5165f18724f.tar.gz tk-a24199bd3446b589ea816cd70e58f5165f18724f.tar.bz2 |
featrue implementation of Tk container and embedded including TK_MOVEWINDOW, TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window
Diffstat (limited to 'win/tkWin.h')
-rw-r--r-- | win/tkWin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWin.h b/win/tkWin.h index ca7fdc8..a95779d 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.8 2004/12/19 18:14:26 chengyemao Exp $ + * RCS: @(#) $Id: tkWin.h,v 1.9 2004/12/20 01:13:12 chengyemao Exp $ */ #ifndef _TKWIN @@ -46,7 +46,7 @@ #define TK_ICONIFY (WM_USER+6) /* an embedded window requests to iconify */ #define TK_DEICONIFY (WM_USER+7) /* an embedded window requests to deiconify */ #define TK_WITHDRAW (WM_USER+8) /* an embedded window requests to withdraw */ -#define TK_TITLE (WM_USER+9) /* an embedded window requests to set title */ +#define TK_GETFRAMEWID (WM_USER+9) /* an embedded window requests a frame window id */ /* |