summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-09-08 22:15:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-09-08 22:15:51 (GMT)
commitabf330e43510a450901894ed3da2c2786fd99b89 (patch)
treeec91935544861bfdc515a22bdeed450c0594b2fc /unix/tkUnixDefault.h
parentab9ffd9526cfa22dbb5c74f1b8140e1d6d7eadf1 (diff)
downloadtk-abf330e43510a450901894ed3da2c2786fd99b89.zip
tk-abf330e43510a450901894ed3da2c2786fd99b89.tar.gz
tk-abf330e43510a450901894ed3da2c2786fd99b89.tar.bz2
Proof of concept for fixing [43b596451e]: relief for active menu entries. Add a -activerelief option to menues. Works on Linux only so far.
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r--unix/tkUnixDefault.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index 272e9c4..f748865 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -276,6 +276,7 @@
#define DEF_MENU_ACTIVE_BORDER_WIDTH "1"
#define DEF_MENU_ACTIVE_FG_COLOR BLACK
#define DEF_MENU_ACTIVE_FG_MONO WHITE
+#define DEF_MENU_ACTIVE_RELIEF "sunken"
#define DEF_MENU_BG_COLOR NORMAL_BG
#define DEF_MENU_BG_MONO WHITE
#define DEF_MENU_BORDER_WIDTH "1"