summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-11 14:56:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-11 14:56:03 (GMT)
commit7eb4c1166891ec63b165278baa86e5f4bd23aca8 (patch)
tree84540cc58da5230bb7ce892792c54e13b6dd1a19 /unix/tkUnixDefault.h
parentc4b524022a0c010fdc0d526a4297b54d77420ba4 (diff)
downloadtk-7eb4c1166891ec63b165278baa86e5f4bd23aca8.zip
tk-7eb4c1166891ec63b165278baa86e5f4bd23aca8.tar.gz
tk-7eb4c1166891ec63b165278baa86e5f4bd23aca8.tar.bz2
[3f456a5bb9]: Patches for listbox right justify
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 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"