diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-05-19 23:08:02 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-05-19 23:08:02 +0000 |
commit | 6baa568f8cc3b1663ecbd906ae76ce25ca737da3 (patch) | |
tree | 6fce1718ed1e61947eff19e2d107b54b36079418 /gtk/Makefile.am | |
parent | dc1ccf640aaedc461f240532ac2584b371f1913c (diff) | |
download | gtk+-6baa568f8cc3b1663ecbd906ae76ce25ca737da3.tar.gz |
reviewed by: Matthias Clasen <mclasen@redhat.com>
2007-05-19 Bastien Nocera <hadess@hadess.net>
reviewed by: Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
* gtk/gtk.h:
* gtk/gtk.symbols:
* gtk/gtkscalebutton.[ch]: Add the GtkScaleButton widget,
a button that pops up a scale when pressed
2007-05-19 Bastien Nocera <hadess@hadess.net>
* POTFILES.in: Add scale button to the list
2007-05-20 Bastien Nocera <hadess@hadess.net>
* gtk/gtk-docs.sgml:
* gtk/gtk-sections.txt: add the GtkScaleButton widget
to the docs
svn path=/trunk/; revision=17876
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 3097d20544..0f514e80a8 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -259,6 +259,7 @@ gtk_public_h_sources = \ gtkrecentmanager.h \ gtkruler.h \ gtkscale.h \ + gtkscalebutton.h \ gtkscrollbar.h \ gtkscrolledwindow.h \ gtkselection.h \ @@ -533,6 +534,7 @@ gtk_base_c_sources = \ gtkrecentmanager.c \ gtkruler.c \ gtkscale.c \ + gtkscalebutton.c \ gtkscrollbar.c \ gtkscrolledwindow.c \ gtkselection.c \ |