diff options
author | fvogelnew1@free.fr <fvogel> | 2016-02-09 21:44:23 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-02-09 21:44:23 (GMT) |
commit | 33bbdadb83da9fa07570aa73b8e6301f42862e7d (patch) | |
tree | bd4912b7ebe50ba16c8f957cceb5b9330bfa945e /generic/tkText.h | |
parent | 46161f6cb28e74cb9f96ea9187317368d53b037f (diff) | |
download | tk-33bbdadb83da9fa07570aa73b8e6301f42862e7d.zip tk-33bbdadb83da9fa07570aa73b8e6301f42862e7d.tar.gz tk-33bbdadb83da9fa07570aa73b8e6301f42862e7d.tar.bz2 |
-overstrikefg tag configuration option: implementation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 2 |
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 |