summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-02-09 21:32:10 (GMT)
committerfvogel <fvogel@noemail.net>2016-02-09 21:32:10 (GMT)
commit2f00490f2bc8eb896e5129fdc48f5c797c9111e5 (patch)
tree35557583448d2eabe59ebaab71a2f678ee789828 /generic/tkText.h
parenta95d19bdf5e1fa5ec66d90746fb180167615bc96 (diff)
downloadtk-2f00490f2bc8eb896e5129fdc48f5c797c9111e5.zip
tk-2f00490f2bc8eb896e5129fdc48f5c797c9111e5.tar.gz
tk-2f00490f2bc8eb896e5129fdc48f5c797c9111e5.tar.bz2
-selectbgstipple tag configuration option: implementation
FossilOrigin-Name: 8c17f1a76a54894b6fbed31d9797b087266c36b0
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