summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:44:23 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:44:23 (GMT)
commit519495544a6cd4d25dbc6e67bec287f2bf4c8d3b (patch)
treebd4912b7ebe50ba16c8f957cceb5b9330bfa945e /generic/tkText.h
parenta2f7d5ff11fca87060c1bb7bda5034e7ef6ce529 (diff)
downloadtk-519495544a6cd4d25dbc6e67bec287f2bf4c8d3b.zip
tk-519495544a6cd4d25dbc6e67bec287f2bf4c8d3b.tar.gz
tk-519495544a6cd4d25dbc6e67bec287f2bf4c8d3b.tar.bz2
-overstrikefg tag configuration option: implementation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 815841c..242785a 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -358,6 +358,8 @@ typedef struct TkTextTag {
int overstrike; /* Non-zero means draw horizontal line through
* middle of text. Only valid if
* overstrikeString is non-NULL. */
+ XColor *overstrikeColor; /* Color for the overstrike. NULL means same
+ * color as foreground. */
char *rMarginString; /* -rmargin option string (malloc-ed). NULL
* means option not specified. */
int rMargin; /* Right margin for text, in pixels. Only