diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-04-30 14:40:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-04-30 14:40:22 -0400 |
commit | 8f1a578ade0e94a6370917e2bfee23cfcf8d01d0 (patch) | |
tree | 87655c56a51bdbe7b1c449602a99bc862e44018b /NEWS | |
parent | 5457956c794e2f1c97e100c9a27a79556839257f (diff) | |
download | gtk+-8f1a578ade0e94a6370917e2bfee23cfcf8d01d0.tar.gz |
Add a GtkEntry::invisible-char style property
Allow themes to set a preferred invisible character. GTK+ will
still fall back to other candidates if the character is not available
in the font.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Overview of Changes from GTK+ 2.16.x to 2.17.0 +============================================== + +* Changes that are relevant for theme authors + - GtkEntry now has a ::invisible-char style property that allows + themes to set the preferred invisible character + + Overview of Changes from GTK+ 2.16.0 to 2.16.1 ============================================== |