diff options
author | tmh <tmh@noemail.net> | 2001-10-12 13:30:30 (GMT) |
---|---|---|
committer | tmh <tmh@noemail.net> | 2001-10-12 13:30:30 (GMT) |
commit | 98831fa56af436da1a0006869b2dc077558299ea (patch) | |
tree | f0a41bc451b44d520db4074ba5b826c8c8d8b723 /win/tkWinDefault.h | |
parent | 10dbcdd17f71c73d82b42e02b6b1ae24c0b930fd (diff) | |
download | tk-macosx-8-4-branchpoint.zip tk-macosx-8-4-branchpoint.tar.gz tk-macosx-8-4-branchpoint.tar.bz2 |
implementation of TIP 63 (accepted) -compound option to menu items.macosx-8-4-branchpoint
FossilOrigin-Name: 388b438b4b85a414ad930b3a685c74ce17276df1
Diffstat (limited to 'win/tkWinDefault.h')
-rw-r--r-- | win/tkWinDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index b1ea6cb..d1d1286 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.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: tkWinDefault.h,v 1.10 2001/09/26 21:36:19 pspjuth Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.11 2001/10/12 13:30:32 tmh Exp $ */ #ifndef _TKWINDEFAULT @@ -250,6 +250,7 @@ #define DEF_MENU_ENTRY_BITMAP None #define DEF_MENU_ENTRY_COLUMN_BREAK "0" #define DEF_MENU_ENTRY_COMMAND (char *) NULL +#define DEF_MENU_ENTRY_COMPOUND "none" #define DEF_MENU_ENTRY_FG (char *) NULL #define DEF_MENU_ENTRY_FONT (char *) NULL #define DEF_MENU_ENTRY_HIDE_MARGIN "0" |