diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:36:19 (GMT) |
commit | da061a037670e4bc29f960a349403aac50cd915c (patch) | |
tree | 95981a882f67c7265356d2d0b262cb690931eff6 /generic/tkText.h | |
parent | fe236b4cfe544d14e84df23e27d07f7efba752d5 (diff) | |
download | tk-da061a037670e4bc29f960a349403aac50cd915c.zip tk-da061a037670e4bc29f960a349403aac50cd915c.tar.gz tk-da061a037670e4bc29f960a349403aac50cd915c.tar.bz2 |
-selectfgstipple tag configuration option: implementation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index c8a71b3..1a7d986 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -368,6 +368,9 @@ typedef struct TkTextTag { * None means no value specified here. */ XColor *selFgColor; /* Foreground color for selected text. NULL means * no value specified here. */ + Pixmap selFgStipple; /* Stipple bitmap for text and other + * foreground stuff when selected. None means + * no value specified here.*/ char *spacing1String; /* -spacing1 option string (malloc-ed). NULL * means option not specified. */ int spacing1; /* Extra spacing above first display line for |