summaryrefslogtreecommitdiff
path: root/tests/testvolumebutton.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 442042 – GtkScaleButton is too limitedMichael Natterer2008-07-211-50/+80
| | | | | | | | | | | | | 2008-07-21 Michael Natterer <mitch@imendio.com> Bug 442042 – GtkScaleButton is too limited * tests/testvolumebutton.c: forgot to commit code that tests toggling the button's orientation. Also fixes the file's coding style. svn path=/trunk/; revision=20882
* Add a second volume button.Matthias Clasen2007-10-041-1/+8
| | | | | | | | | | | | 2007-10-04 Matthias Clasen <mclasen@redhat.com> * tests/testvolumebutton.c: Add a second volume button. * gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold. (#478371, reported by Bill Nottingham) svn path=/trunk/; revision=18881
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-191-0/+81
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