diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-11 14:56:03 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-11 14:56:03 (GMT) |
commit | 3478045b2412a9e16640e281b4b157bafef9cbed (patch) | |
tree | 84540cc58da5230bb7ce892792c54e13b6dd1a19 /unix | |
parent | cb4adc98ba0059a677bdad93aa22295cd466755f (diff) | |
download | tk-3478045b2412a9e16640e281b4b157bafef9cbed.zip tk-3478045b2412a9e16640e281b4b157bafef9cbed.tar.gz tk-3478045b2412a9e16640e281b4b157bafef9cbed.tar.bz2 |
[3f456a5bb9]: Patches for listbox right justify
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 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" |