diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-16 14:00:15 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-16 14:00:15 (GMT) |
commit | 8e83dc86bcd2713ac1a551cc8d2ca6df8fdfca79 (patch) | |
tree | 0e4260d597c9bd12eaca439fb73ee23d6262485a /generic/tkListbox.c | |
parent | 794924350e0aec20360070b05c6f78fcae3ca8e4 (diff) | |
download | tk-8e83dc86bcd2713ac1a551cc8d2ca6df8fdfca79.zip tk-8e83dc86bcd2713ac1a551cc8d2ca6df8fdfca79.tar.gz tk-8e83dc86bcd2713ac1a551cc8d2ca6df8fdfca79.tar.bz2 |
Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])
Diffstat (limited to 'generic/tkListbox.c')
-rw-r--r-- | generic/tkListbox.c | 3 |
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. |