summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-01-16 14:00:15 (GMT)
committerfvogel <fvogel@noemail.net>2016-01-16 14:00:15 (GMT)
commit109dc532b385456b99145e5603857d0520dc87fd (patch)
tree0e4260d597c9bd12eaca439fb73ee23d6262485a /generic
parent714bb778d6935a81dc36ce0ad8f80b198ee4d2ba (diff)
downloadtk-109dc532b385456b99145e5603857d0520dc87fd.zip
tk-109dc532b385456b99145e5603857d0520dc87fd.tar.gz
tk-109dc532b385456b99145e5603857d0520dc87fd.tar.bz2
Addressed question 1 (see artifact [9d48a9c212] of tichet [3f456a5bb9])
FossilOrigin-Name: e85c0d6b0f7138a88ef11437259a210328edc38a
Diffstat (limited to 'generic')
-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.