diff options
author | Johannes Schmid <johannes.schmid@openismus.com> | 2009-07-13 17:38:34 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2009-07-13 17:38:34 +0200 |
commit | 5a1415feda34ae1a634adad57ecd64d1cdc434c7 (patch) | |
tree | e08e38d812e0ca063bb581926fb50bb435e2088c /gtk/Makefile.am | |
parent | 8e9436daaefba2e31f8d04d9d155c4e7c7b36ae0 (diff) | |
download | gtk+-5a1415feda34ae1a634adad57ecd64d1cdc434c7.tar.gz |
Added GtkToolPalette.
* gtk/gtktoolpallete.[h|cc]:
* gtk/gtktoolitemgroup.[h|cc]: Added a tool pallete container widget,
with groups of toolbar items that can be shown as a grid of icons
or a list of names.
* gtk/Makefile.am:
* gtk/gtk.h:
* gtk/gtkmarshal.list: Mentioned the new files.
Bug #567729
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 62d5352eea..f34ba852d5 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -311,6 +311,8 @@ gtk_public_h_sources = \ gtktoolbar.h \ gtktoolbutton.h \ gtktoolitem.h \ + gtktoolitemgroup.h \ + gtktoolpalette.h \ gtktoolshell.h \ gtktooltip.h \ gtktreednd.h \ @@ -586,6 +588,8 @@ gtk_base_c_sources = \ gtktoolbar.c \ gtktoolbutton.c \ gtktoolitem.c \ + gtktoolitemgroup.c \ + gtktoolpalette.c \ gtktoolshell.c \ gtktooltip.c \ gtktreedatalist.c \ |