summaryrefslogtreecommitdiff
path: root/gtk/gtkvolumebutton.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing symbols.Matthias Clasen2007-05-231-3/+6
| | | | | | | | | | | | | | | | | 2007-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gdk/x11/xsettings-common.h: * gdk/gdk.symbols: Add some missing symbols. * gtk/paper_names_offsets.c: * gtk/gen-paper-names.c: Make variables static. * gtk/gtktooltip.[hc]: * gtk/gtkvolumebutton.c: * gtk/gtkscalebutton.c: Fix up symbol aliasing. svn path=/trunk/; revision=17899
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-191-0/+176
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