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)
commit5d588d31457d24ca04b54f6f1c92647e6a3d2b50 (patch)
tree35557583448d2eabe59ebaab71a2f678ee789828 /generic/tkText.h
parent91073e4b5a77eb86aadddb05d9666a89f9b81907 (diff)
downloadtk-5d588d31457d24ca04b54f6f1c92647e6a3d2b50.zip
tk-5d588d31457d24ca04b54f6f1c92647e6a3d2b50.tar.gz
tk-5d588d31457d24ca04b54f6f1c92647e6a3d2b50.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