summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-01-16 14:00:15 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-01-16 14:00:15 (GMT)
commit48ae923fc9c18de0e45d927b819cc756b6833aba (patch)
tree0e4260d597c9bd12eaca439fb73ee23d6262485a /generic/tkListbox.c
parentcaec41fab247510f1ed7e616ce6cfe7a2593a815 (diff)
downloadtk-48ae923fc9c18de0e45d927b819cc756b6833aba.zip
tk-48ae923fc9c18de0e45d927b819cc756b6833aba.tar.gz
tk-48ae923fc9c18de0e45d927b819cc756b6833aba.tar.bz2
Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])
Diffstat (limited to 'generic/tkListbox.c')
-rw-r--r--generic/tkListbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkListbox.c b/generic/tkListbox.c
index 490f795..bea98ee 100644
--- a/generic/tkListbox.c
+++ b/generic/tkListbox.c
@@ -114,7 +114,8 @@ typedef struct {
int xOffset; /* The left edge of each string in the listbox
* is offset to the left by this many pixels
* (0 means no offset, positive means there is
- * an offset). */
+ * an offset). This is x scrolling information
+ * is not linked to justification. */
/*
* Information about what's selected or active, if any.