]> Pileus Git - ~andy/gtk/commitdiff
gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage
authorHans Breuer <hans@breuer.org>
Sun, 14 Mar 2004 16:02:33 +0000 (16:02 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 14 Mar 2004 16:02:33 +0000 (16:02 +0000)
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

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/makefile.msc.in
tests/makefile.msc

index d26818b680d8c998b37bf0557e685f1d71c8bce8..6d5059044ce3aed799c169b05a2093c3324d6b30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
+
 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
index d26818b680d8c998b37bf0557e685f1d71c8bce8..6d5059044ce3aed799c169b05a2093c3324d6b30 100644 (file)
@@ -1,3 +1,12 @@
+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
+
 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
index d26818b680d8c998b37bf0557e685f1d71c8bce8..6d5059044ce3aed799c169b05a2093c3324d6b30 100644 (file)
@@ -1,3 +1,12 @@
+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
+
 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
index d26818b680d8c998b37bf0557e685f1d71c8bce8..6d5059044ce3aed799c169b05a2093c3324d6b30 100644 (file)
@@ -1,3 +1,12 @@
+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
+
 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
index d26818b680d8c998b37bf0557e685f1d71c8bce8..6d5059044ce3aed799c169b05a2093c3324d6b30 100644 (file)
@@ -1,3 +1,12 @@
+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
+
 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
index 8932d9f6ad27cc795d0a219f722676e403e83294..0690152eeaa6213bbf9042661577d4babe26e302 100644 (file)
@@ -361,6 +361,8 @@ static void     gtk_combo_box_cell_layout_reorder            (GtkCellLayout
 static gboolean gtk_combo_box_mnemonic_activate              (GtkWidget    *widget,
                                                              gboolean      group_cycling);
 
+static void     cell_view_sync_cells (GtkComboBox *combo_box,
+                                      GtkCellView *cell_view);
 
 GType
 gtk_combo_box_get_type (void)
index 98ef8d190f4339c73cb5ff4520924eb61f0f2b1d..5991516024398116a29590309ee72f1d3b1c7bf0 100644 (file)
@@ -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           \
index a38502ee50e94dc36fca271667db7574da6a2d2b..de8ab666550e24f1e94f6c268833bb4337a4fe2c 100644 (file)
@@ -48,7 +48,7 @@ TESTAPPS = \
        testicontheme testinput \
        testmenus testmerge testmultidisplay testmultiscreen \
        testrgb \
-       testselection \
+       testselection testspinbutton \
        testtext testtextbuffer testtoolbar \
        testtreecolumns testtreeedit testtreeflow testtreefocus \
        testtreesort testtreeview treestoretest \