summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:32:10 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:32:10 (GMT)
commit976013e1d050d7ace1bf0af0fe1f59d43ab7e327 (patch)
tree35557583448d2eabe59ebaab71a2f678ee789828 /generic/tkText.h
parentba1f867ffc2d20e016e251f7ec8e36cb0cacb570 (diff)
downloadtk-976013e1d050d7ace1bf0af0fe1f59d43ab7e327.zip
tk-976013e1d050d7ace1bf0af0fe1f59d43ab7e327.tar.gz
tk-976013e1d050d7ace1bf0af0fe1f59d43ab7e327.tar.bz2
-selectbgstipple 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 3056ab8..c8a71b3 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -364,6 +364,8 @@ typedef struct TkTextTag {
* valid if rMarginString is non-NULL. */
Tk_3DBorder selBorder; /* Used for drawing background for selected text.
* NULL means no value specified here. */
+ Pixmap selBgStipple; /* Stipple bitmap for background of selected text.
+ * None means no value specified here. */
XColor *selFgColor; /* Foreground color for selected text. NULL means
* no value specified here. */
char *spacing1String; /* -spacing1 option string (malloc-ed). NULL