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 | 6acebb377a1ab28047fa6515df71d1ab25db6e72 (patch) | |
tree | 28dc2d93877f5ee96f7c219e50e5968afd2a11a8 /win | |
parent | 4da2ab8384f2669ed4826a3730ca039cc9ac371a (diff) | |
download | tk-6acebb377a1ab28047fa6515df71d1ab25db6e72.zip tk-6acebb377a1ab28047fa6515df71d1ab25db6e72.tar.gz tk-6acebb377a1ab28047fa6515df71d1ab25db6e72.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 'win')
-rw-r--r-- | win/tkWinDefault.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index 1e3e2bf..56ee831 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.18 2004/02/18 00:40:24 hobbs Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.19 2004/10/24 17:22:55 dkf Exp $ */ #ifndef _TKWINDEFAULT @@ -393,6 +393,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: |