diff options
author | chengyemao <chengyemao> | 2004-12-28 08:45:31 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-28 08:45:31 (GMT) |
commit | f82a6ef646a08bece15a3a9cd666440490f8ff53 (patch) | |
tree | 7559e7ec0ff3706d667a923258f6f8954aa71bea /win/tkWin.h | |
parent | 0e1531b68058ccd93a6905f122977cfc551db964 (diff) | |
download | tk-f82a6ef646a08bece15a3a9cd666440490f8ff53.zip tk-f82a6ef646a08bece15a3a9cd666440490f8ff53.tar.gz tk-f82a6ef646a08bece15a3a9cd666440490f8ff53.tar.bz2 |
Modified to support embedded menu widget
Diffstat (limited to 'win/tkWin.h')
-rw-r--r-- | win/tkWin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWin.h b/win/tkWin.h index ce4cbc1..c8eca7f 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.10 2004/12/20 15:30:43 chengyemao Exp $ + * RCS: @(#) $Id: tkWin.h,v 1.11 2004/12/28 08:45:31 chengyemao Exp $ */ #ifndef _TKWIN @@ -48,6 +48,7 @@ #define TK_WITHDRAW (WM_USER+8) /* an embedded window requests to withdraw */ #define TK_GETFRAMEWID (WM_USER+9) /* an embedded window requests a frame window id */ #define TK_OVERRIDEREDIRECT (WM_USER+10) /* an embedded window requests to overrideredirect */ +#define TK_SETMENU (WM_USER+11) /* an embedded window requests to setup menu */ /* *-------------------------------------------------------------- |