]> Pileus Git - ~andy/gtk/commit
Add the GtkVolumeButton widget, a button that pops up a scale when clicked
authorBastien Nocera <hadess@hadess.net>
Sat, 19 May 2007 23:35:00 +0000 (23:35 +0000)
committerBastien Nocera <hadess@src.gnome.org>
Sat, 19 May 2007 23:35:00 +0000 (23:35 +0000)
commit9477c9184272d61b87299ea90aa7c3dba5bad1bf
tree5c8a8bd56679c1fdd749ad227a03ddc21358065e
parent6baa568f8cc3b1663ecbd906ae76ce25ca737da3
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
12 files changed:
ChangeLog
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkvolumebutton.c [new file with mode: 0644]
gtk/gtkvolumebutton.h [new file with mode: 0644]
po/ChangeLog
po/POTFILES.in
tests/Makefile.am
tests/testvolumebutton.c [new file with mode: 0644]