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.
This commit is contained in:
Matthias Clasen
2009-04-30 14:40:22 -04:00
parent 5457956c79
commit 8f1a578ade
2 changed files with 37 additions and 1 deletions

8
NEWS
View File

@ -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
==============================================