diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 14:54:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 14:54:43 (GMT) |
commit | 19ecf8017da112b9fe001381c2d13d47da982521 (patch) | |
tree | a1d887052a64fa56b5abe0dc6787a7ecbc64c096 /unix/tkUnixDefault.h | |
parent | 46c0d57c9dddb7eec969f3ca3a8eedb7ae594d6f (diff) | |
download | tk-rfe_3f456a5bb9.zip tk-rfe_3f456a5bb9.tar.gz tk-rfe_3f456a5bb9.tar.bz2 |
[3f456a5bb9]: Patches for listbox right justifyrfe_3f456a5bb9
Diffstat (limited to 'unix/tkUnixDefault.h')
-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 b922278..8768a2e 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -224,6 +224,7 @@ #define DEF_LISTBOX_RELIEF "sunken" #define DEF_LISTBOX_SCROLL_COMMAND "" #define DEF_LISTBOX_LIST_VARIABLE "" +#define DEF_LISTBOX_JUSTIFY "left" #define DEF_LISTBOX_SELECT_COLOR SELECT_BG #define DEF_LISTBOX_SELECT_MONO BLACK #define DEF_LISTBOX_SELECT_BD "0" |