summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorJohannes Schmid <johannes.schmid@openismus.com>2009-07-13 17:38:34 +0200
committerMurray Cumming <murrayc@murrayc.com>2009-07-13 17:38:34 +0200
commit5a1415feda34ae1a634adad57ecd64d1cdc434c7 (patch)
treee08e38d812e0ca063bb581926fb50bb435e2088c /gtk/Makefile.am
parent8e9436daaefba2e31f8d04d9d155c4e7c7b36ae0 (diff)
downloadgtk+-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.am4
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 \