summaryrefslogtreecommitdiff
path: root/gtk/gtk.symbols
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-05-19 23:35:00 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-05-19 23:35:00 +0000
commit9477c9184272d61b87299ea90aa7c3dba5bad1bf (patch)
tree5c8a8bd56679c1fdd749ad227a03ddc21358065e /gtk/gtk.symbols
parent6baa568f8cc3b1663ecbd906ae76ce25ca737da3 (diff)
downloadgtk+-9477c9184272d61b87299ea90aa7c3dba5bad1bf.tar.gz
Add the GtkVolumeButton widget, a button that pops up a scale when clicked
2007-05-20 Bastien Nocera <hadess@hadess.net> * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkvolumebutton.[ch]: Add the GtkVolumeButton widget, a button that pops up a scale when clicked (Closes: #415775) * tests/Makefile.am: * tests/testvolumebutton.c: Add a test program for the volume button 2007-05-20 Bastien Nocera <hadess@hadess.net> * POTFILES.in: Add volume button to the list 2007-05-20 Bastien Nocera <hadess@hadess.net> * gtk/gtk-sections.txt: Add the GtkVolumeButton widget to the docs svn path=/trunk/; revision=17877
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r--gtk/gtk.symbols11
1 files changed, 4 insertions, 7 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 3bcd95b425..1d398d2ed1 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -4474,13 +4474,10 @@ gtk_viewport_set_vadjustment
#endif
#endif
-#if IN_HEADER(__GTK_SCALE_BUTTON_H__)
-#if IN_FILE(__GTK_SCALE_BUTTON_C__)
-gtk_scale_button_get_type G_GNUC_CONST
-gtk_scale_button_get_value
-gtk_scale_button_new
-gtk_scale_button_set_icons
-gtk_scale_button_set_value
+#if IN_HEADER(__GTK_VOLUME_BUTTON_H__)
+#if IN_FILE(__GTK_VOLUME_BUTTON_C__)
+gtk_volume_button_get_type G_GNUC_CONST
+gtk_volume_button_new
#endif
#endif