diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:29:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-09 21:29:22 (GMT) |
commit | 0e661eb452692fff53250ae95abde079888f3a27 (patch) | |
tree | 400d34af336e77924815e11b56f6bec3c10d2a56 /generic/tkText.h | |
parent | f47ea89bb9b84548e135f0a72a033b20f0fe9f2a (diff) | |
download | tk-0e661eb452692fff53250ae95abde079888f3a27.zip tk-0e661eb452692fff53250ae95abde079888f3a27.tar.gz tk-0e661eb452692fff53250ae95abde079888f3a27.tar.bz2 |
-selectforeground tag configuration option: implementation
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 5cd009f..3056ab8 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. */ + XColor *selFgColor; /* Foreground color 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 |