diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-03 05:01:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-03 05:01:04 +0000 |
commit | 968f80dfab550c47c67cd9341f40327ec38d7b3a (patch) | |
tree | dc4bda14db1b0e2d0942c00121438e9f8009f6c0 /ChangeLog | |
parent | 90f9ff75f68c76d42f2502891bd0325a54b7e079 (diff) | |
download | gtk+-968f80dfab550c47c67cd9341f40327ec38d7b3a.tar.gz |
Add getters for the scrollbars. (#167181, Billy Biggs)
2005-05-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar):
* gtk/gtk.symbols: Add getters for the scrollbars. (#167181,
Billy Biggs)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ 2005-05-03 Matthias Clasen <mclasen@redhat.com> - * gtk/gtk.symbols: + * gtk/gtkscrolledwindow.h: + * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): + * gtk/gtk.symbols: Add getters for the scrollbars. (#167181, + Billy Biggs) + * gtk/gtkdialog.h: * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): Make this function public. (#170748, Morten Welinder) |