diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:44:23 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:44:23 (GMT) |
commit | 7c5f4b62829c4efa7ee754d566c45a0be0ace440 (patch) | |
tree | bd4912b7ebe50ba16c8f957cceb5b9330bfa945e /generic/tkText.h | |
parent | 797f245ca2d4aafd6a0f7ad853cccd32a7942171 (diff) | |
download | tk-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.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 |