summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:36:19 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:36:19 (GMT)
commit5cafc16d94f20c0dcdd7e54203ae353b6d077171 (patch)
tree95981a882f67c7265356d2d0b262cb690931eff6 /generic/tkText.h
parentf43794e951d2b2331a240723a593e47ba6b7e31b (diff)
downloadtk-5cafc16d94f20c0dcdd7e54203ae353b6d077171.zip
tk-5cafc16d94f20c0dcdd7e54203ae353b6d077171.tar.gz
tk-5cafc16d94f20c0dcdd7e54203ae353b6d077171.tar.bz2
-selectfgstipple tag configuration option: implementation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h3
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