diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:43:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:43:19 (GMT) |
commit | 34d6610e816c6d60f58dc99c2f1554d0410f28bf (patch) | |
tree | a6308a0dd54c3a26ee2fe51ee430fa98e9e84a71 /generic/tkText.h | |
parent | 3259fbc2451dd52b8aec46351254cf38818b3b83 (diff) | |
download | tk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.zip tk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.tar.gz tk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.tar.bz2 |
Removed lame reliance on the leading letters of the names of segment types when
dumping a text widget. Entailed expanding the scope of the declarations of the
types of embedded images and windows.
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index 6957120..a819752 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkText.h,v 1.37 2009/10/22 21:36:24 dkf Exp $ + * RCS: @(#) $Id: tkText.h,v 1.38 2010/03/11 09:43:19 dkf Exp $ */ #ifndef _TKTEXT @@ -964,6 +964,8 @@ MODULE_SCOPE const Tk_SegType tkTextLeftMarkType; MODULE_SCOPE const Tk_SegType tkTextRightMarkType; MODULE_SCOPE const Tk_SegType tkTextToggleOnType; MODULE_SCOPE const Tk_SegType tkTextToggleOffType; +MODULE_SCOPE const Tk_SegType tkTextEmbWindowType; +MODULE_SCOPE const Tk_SegType tkTextEmbImageType; /* * Convenience macros for use by B-tree clients which want to access pixel |