summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-10 22:51:45 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-10 22:51:45 (GMT)
commit30a85a7ace1cf7ea9de7828dfb84fde2af23148b (patch)
treeaf743cc0a7772b00193196604d317ab57ab9c603 /generic/tkText.h
parent74d865bb3e520e131dc6655986fe79141120c2e9 (diff)
downloadtk-30a85a7ace1cf7ea9de7828dfb84fde2af23148b.zip
tk-30a85a7ace1cf7ea9de7828dfb84fde2af23148b.tar.gz
tk-30a85a7ace1cf7ea9de7828dfb84fde2af23148b.tar.bz2
-lmargincolor tag configuration option: implementation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 242785a..22df370 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -347,6 +347,9 @@ typedef struct TkTextTag {
int lMargin2; /* Left margin for second and later display
* lines of each text line, in pixels. Only
* valid if lMargin2String is non-NULL. */
+ Tk_3DBorder lMarginColor; /* Used for drawing background in left margins.
+ * This is used for both lmargin1 and lmargin2.
+ * NULL means no value specified here. */
char *offsetString; /* -offset option string (malloc-ed). NULL
* means option not specified. */
int offset; /* Vertical offset of text's baseline from