diff options
author | Hans Breuer <hans@breuer.org> | 2004-03-14 16:02:33 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-03-14 16:02:33 +0000 |
commit | e8a4c8442d759d97fa081352ad4788f32a2a9086 (patch) | |
tree | 529b51fa782e411abc45d4e19d7fda4f729338c0 /gtk/makefile.msc.in | |
parent | 5bba005c17e5453c92bfe441d174ca55fa581660 (diff) | |
download | gtk+-e8a4c8442d759d97fa081352ad4788f32a2a9086.tar.gz |
gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage
2004-03-14 Hans Breuer <hans@breuer.org>
gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
first usage
gtk/makefile.msc.in : updated 'gtk_public_h_sources'
tests/makefile.msc : added testspinbutton
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r-- | gtk/makefile.msc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in index 98ef8d190f..5991516024 100644 --- a/gtk/makefile.msc.in +++ b/gtk/makefile.msc.in @@ -249,6 +249,8 @@ gtk_public_h_sources = \ gtkaccellabel.h \ gtkaccelmap.h \ gtkaccessible.h \ + gtkaction.h \ + gtkactiongroup.h \ gtkadjustment.h \ gtkalignment.h \ gtkarrow.h \ @@ -274,6 +276,8 @@ gtk_public_h_sources = \ gtkcolorsel.h \ gtkcolorseldialog.h \ gtkcombo.h \ + gtkcombobox.h \ + gtkcomboboxentry.h \ gtkcontainer.h \ gtkctree.h \ gtkcurve.h \ @@ -343,6 +347,7 @@ gtk_public_h_sources = \ gtkprivate.h \ gtkprogress.h \ gtkprogressbar.h \ + gtkradioaction.h \ gtkradiobutton.h \ gtkradiomenuitem.h \ gtkradiotoolbutton.h \ @@ -378,6 +383,7 @@ gtk_public_h_sources = \ gtktexttagtable.h \ gtktextview.h \ gtktipsquery.h \ + gtktoggleaction.h \ gtktogglebutton.h \ gtktoggletoolbutton.h \ gtktoolbar.h \ @@ -396,6 +402,7 @@ gtk_public_h_sources = \ gtktreeview.h \ gtktreeviewcolumn.h \ gtktypeutils.h \ + gtkuimanager.h \ gtkvbbox.h \ gtkvbox.h \ gtkviewport.h \ |