diff options
author | fvogel <fvogel@noemail.net> | 2016-02-09 21:32:10 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-02-09 21:32:10 (GMT) |
commit | 2f00490f2bc8eb896e5129fdc48f5c797c9111e5 (patch) | |
tree | 35557583448d2eabe59ebaab71a2f678ee789828 /generic/tkText.h | |
parent | a95d19bdf5e1fa5ec66d90746fb180167615bc96 (diff) | |
download | tk-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.h | 2 |
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 |