summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
diff options
context:
space:
mode:
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.