diff options
author | fvogelnew1@free.fr <fvogel> | 2015-09-29 20:26:29 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-09-29 20:26:29 (GMT) |
commit | 06350515e0b55d4b8503927e1b127a6e19da0961 (patch) | |
tree | f61b48345499222426e1ffafb67510298b94acd9 /unix | |
parent | 67e0ec23b9aa2169d19f8048ccbcc279c163235e (diff) | |
download | tk-06350515e0b55d4b8503927e1b127a6e19da0961.zip tk-06350515e0b55d4b8503927e1b127a6e19da0961.tar.gz tk-06350515e0b55d4b8503927e1b127a6e19da0961.tar.bz2 |
Added -proxybackground option
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixDefault.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index 78b10f5..f2cdf4b 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -367,6 +367,7 @@ #define DEF_PANEDWINDOW_HEIGHT "" #define DEF_PANEDWINDOW_OPAQUERESIZE "1" #define DEF_PANEDWINDOW_ORIENT "horizontal" +#define DEF_PANEDWINDOW_PROXYBACKGROUND WHITE #define DEF_PANEDWINDOW_PROXYRELIEF "flat" #define DEF_PANEDWINDOW_RELIEF "flat" #define DEF_PANEDWINDOW_SASHCURSOR "" |