summaryrefslogtreecommitdiff
path: root/gtk/gtk.symbols
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@imendio.com>2008-09-19 13:45:07 +0000
committerCarlos Garnacho <carlosg@src.gnome.org>2008-09-19 13:45:07 +0000
commitee06ce951b9ede937ca9676dc1b750cf65f3ecbe (patch)
treee78a281550944be32345c1e5b89ca3ae84d2c6e9 /gtk/gtk.symbols
parent34b3bb8c5f19d2d6ab68375b5cc9d57483816df3 (diff)
downloadgtk+-ee06ce951b9ede937ca9676dc1b750cf65f3ecbe.tar.gz
Bug 83935 – GtkEntry's default invisible char should be U+25CF
2008-09-19 Carlos Garnacho <carlos@imendio.com> Bug 83935 – GtkEntry's default invisible char should be U+25CF * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a more suitable invisible char than '*' based on the used font. (gtk_entry_class_init) (gtk_entry_set_property) (gtk_entry_get_property): Add a "invisible-char-set" property. (gtk_entry_unset_invisible_char): New function, needed now that the default invisible char isn't fixed. * gtk/gtkentry.h: * gtk/gtk.symbols: * docs/reference/gtk/gtk-sections.txt: Add the new function. svn path=/trunk/; revision=21446
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r--gtk/gtk.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index c517106022..1d68fec073 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -1299,6 +1299,7 @@ gtk_entry_set_width_chars
gtk_entry_text_index_to_layout_index
gtk_entry_set_cursor_hadjustment
gtk_entry_get_cursor_hadjustment
+gtk_entry_unset_invisible_char
#endif
#endif