summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-03 05:01:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-03 05:01:04 +0000
commit968f80dfab550c47c67cd9341f40327ec38d7b3a (patch)
treedc4bda14db1b0e2d0942c00121438e9f8009f6c0 /ChangeLog
parent90f9ff75f68c76d42f2502891bd0325a54b7e079 (diff)
downloadgtk+-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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfd61c3186..62d2a20bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)