diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-05-19 02:31:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-19 02:31:53 +0000 |
commit | 4c1173b7f3dad1275d559f14431db033243602d0 (patch) | |
tree | 116c6b8a6bc11d76fe8ff0813732c9ea502dd08c /docs | |
parent | 5d5e5459241bd0c455466c60e35164517920df1c (diff) | |
download | gtk+-4c1173b7f3dad1275d559f14431db033243602d0.tar.gz |
Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling in
2007-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Add gtk_entry_[gs]et_cursor_hadjustment()
to allow automatic scrolling in response to cursor movements
in the entry. (#438651, Nate Nielsen)
svn path=/trunk/; revision=17871
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dd99c7aa83..9413dbe2ea 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2007-05-18 Matthias Clasen <mclasen@redhat.com> + * gtk/gtk-sections.txt: Add gtk_entry_[gs]et_cursor_hadjustment. + +2007-05-18 Matthias Clasen <mclasen@redhat.com> + * gtk/gtk-sections.txt: Add generic icon lookup function 2007-04-29 Dan Winship <danw@novell.com> diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 161c2c4be3..30e367a4fe 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -1138,6 +1138,8 @@ gtk_entry_get_max_length gtk_entry_get_visibility gtk_entry_set_completion gtk_entry_get_completion +gtk_entry_set_cursor_hadjustment +gtk_entry_get_cursor_hadjustment <SUBSECTION Standard> GTK_ENTRY GTK_IS_ENTRY |