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)
commit7c5f4b62829c4efa7ee754d566c45a0be0ace440 (patch)
treebd4912b7ebe50ba16c8f957cceb5b9330bfa945e /generic/tkText.h
parent797f245ca2d4aafd6a0f7ad853cccd32a7942171 (diff)
downloadtk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.zip
tk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.tar.gz
tk-7c5f4b62829c4efa7ee754d566c45a0be0ace440.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