diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-10 22:53:30 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-10 22:53:30 (GMT) |
commit | 3cea177e222e8c8b59cfcd693faa3581340d2c3d (patch) | |
tree | d2d9a7a6c675e84678b24c4cab9e5344b01c3f4f /generic/tkText.h | |
parent | 47cbb49b5a939e1af93b945c53daa3177d9aeef0 (diff) | |
download | tk-3cea177e222e8c8b59cfcd693faa3581340d2c3d.zip tk-3cea177e222e8c8b59cfcd693faa3581340d2c3d.tar.gz tk-3cea177e222e8c8b59cfcd693faa3581340d2c3d.tar.bz2 |
-rmargincolor 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 22df370..8fab200 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -367,6 +367,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 rMarginColor; /* Used for drawing background in right margin. + * NULL means no value specified here. */ 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. |