diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-24 17:22:53 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-24 17:22:53 (GMT) |
commit | ff6db0d444b81c5cdd747ef43d6bb13629f5dd3b (patch) | |
tree | 28dc2d93877f5ee96f7c219e50e5968afd2a11a8 /macosx/tkMacOSXDefault.h | |
parent | 29b9e969adb965aa5cc1e18fd2e9bef29d5828b8 (diff) | |
download | tk-ff6db0d444b81c5cdd747ef43d6bb13629f5dd3b.zip tk-ff6db0d444b81c5cdd747ef43d6bb13629f5dd3b.tar.gz tk-ff6db0d444b81c5cdd747ef43d6bb13629f5dd3b.tar.bz2 |
Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)
Thanks to Brian Griffin for developing these! [Patch 983886]
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index c3b8219..97878a1 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.4 2004/02/18 00:40:24 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.5 2004/10/24 17:22:55 dkf Exp $ */ #ifndef _TKMACDEFAULT @@ -396,6 +396,8 @@ #define DEF_PANEDWINDOW_PANE_PADY "0" #define DEF_PANEDWINDOW_PANE_STICKY "nsew" #define DEF_PANEDWINDOW_PANE_WIDTH "" +#define DEF_PANEDWINDOW_PANE_HIDE "0" +#define DEF_PANEDWINDOW_PANE_STRETCH "last" /* * Defaults for scales: |