diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2011-02-24 13:29:10 +0100 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2011-03-21 09:37:37 +0100 |
commit | ef061c4e967d883077042bc8abe398fa3351895a (patch) | |
tree | 7fadcb93de6d711f0d5decb52157cbc8d9f6bce8 /docs | |
parent | c8350821e90467fab7fbc6901495bf0374c92f5a (diff) | |
download | gtk+-ef061c4e967d883077042bc8abe398fa3351895a.tar.gz |
gtkentry: Add hinting to GtkEntry
gtk_entry_set_placeholder_text() makes the entry display the given text
when it is empty and unfocused. Based on previous patch by Alberto
Garcia.
https://bugzilla.gnome.org/show_bug.cgi?id=440963
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 5336a3f69a..024645afd3 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -1028,6 +1028,8 @@ gtk_entry_set_width_chars gtk_entry_get_invisible_char gtk_entry_set_alignment gtk_entry_get_alignment +gtk_entry_set_placeholder_text +gtk_entry_get_placeholder_text gtk_entry_set_overwrite_mode gtk_entry_get_overwrite_mode gtk_entry_get_layout |