summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-09 21:23:23 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-09 21:23:23 (GMT)
commitb258e6b408ef99ed31fdde484f21548851eca156 (patch)
tree11d3f289c1d49dc3eb2042f5243f7eb241923eaa /generic/tkText.h
parent8f151700b10bf8811876305e284738707d4ad237 (diff)
downloadtk-b258e6b408ef99ed31fdde484f21548851eca156.zip
tk-b258e6b408ef99ed31fdde484f21548851eca156.tar.gz
tk-b258e6b408ef99ed31fdde484f21548851eca156.tar.bz2
-selectbackground 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 fc92644..5cd009f 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -362,6 +362,8 @@ typedef struct TkTextTag {
* means option not specified. */
int rMargin; /* Right margin for text, in pixels. Only
* valid if rMarginString is non-NULL. */
+ Tk_3DBorder selBorder; /* Used for drawing background for selected text.
+ * NULL 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