diff options
author | fvogel <fvogelnew1@free.fr> | 2018-02-06 23:32:03 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-02-06 23:32:03 (GMT) |
commit | 0ed210462d22873c0387e472a72ef1cb31c4f298 (patch) | |
tree | db271a2a799f0557112906820615d087d42ecaa9 /generic/tkEntry.h | |
parent | 522151de45f6a75c19e39af1e8530999c99ee2bf (diff) | |
download | tk-0ed210462d22873c0387e472a72ef1cb31c4f298.zip tk-0ed210462d22873c0387e472a72ef1cb31c4f298.tar.gz tk-0ed210462d22873c0387e472a72ef1cb31c4f298.tar.bz2 |
-placeholdertext becomes -placeholder. Changes provided by René Zaumseil
Diffstat (limited to 'generic/tkEntry.h')
-rw-r--r-- | generic/tkEntry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkEntry.h b/generic/tkEntry.h index 1ad2962..9b82f6c 100644 --- a/generic/tkEntry.h +++ b/generic/tkEntry.h @@ -132,10 +132,10 @@ typedef struct { * Fields used in displaying help text if entry value is empty */ Tk_TextLayout placeholderLayout;/* Cached placeholder text layout information. */ - char *placeholderString; /* String value of -placeholdertext */ - int placeholderChars; /* Number of chars in -placeholdertext */ + char *placeholderString; /* String value of -placeholder */ + int placeholderChars; /* Number of chars in -placeholder */ XColor *placeholderColorPtr;/* Color value of -placeholderforeground */ - GC placeholderGC; /* For drawing -placeholdertext text. */ + GC placeholderGC; /* For drawing -placeholder text. */ /* * Fields whose values are derived from the current values of the |