Skip to content

Commit

Permalink
gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage
Browse files Browse the repository at this point in the history
2004-03-14  Hans Breuer  <[email protected]>

	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
  • Loading branch information
Hans Breuer authored and Hans Breuer committed Mar 14, 2004
1 parent 5bba005 commit e8a4c84
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-03-14 Hans Breuer <[email protected]>

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 <[email protected]>

* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-03-14 Hans Breuer <[email protected]>

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 <[email protected]>

* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.pre-2-4
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-03-14 Hans Breuer <[email protected]>

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 <[email protected]>

* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.pre-2-6
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-03-14 Hans Breuer <[email protected]>

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 <[email protected]>

* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.pre-2-8
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-03-14 Hans Breuer <[email protected]>

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 <[email protected]>

* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
Expand Down
2 changes: 2 additions & 0 deletions gtk/gtkcombobox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions gtk/makefile.msc.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ gtk_public_h_sources = \
gtkaccellabel.h \
gtkaccelmap.h \
gtkaccessible.h \
gtkaction.h \
gtkactiongroup.h \
gtkadjustment.h \
gtkalignment.h \
gtkarrow.h \
Expand All @@ -274,6 +276,8 @@ gtk_public_h_sources = \
gtkcolorsel.h \
gtkcolorseldialog.h \
gtkcombo.h \
gtkcombobox.h \
gtkcomboboxentry.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \
Expand Down Expand Up @@ -343,6 +347,7 @@ gtk_public_h_sources = \
gtkprivate.h \
gtkprogress.h \
gtkprogressbar.h \
gtkradioaction.h \
gtkradiobutton.h \
gtkradiomenuitem.h \
gtkradiotoolbutton.h \
Expand Down Expand Up @@ -378,6 +383,7 @@ gtk_public_h_sources = \
gtktexttagtable.h \
gtktextview.h \
gtktipsquery.h \
gtktoggleaction.h \
gtktogglebutton.h \
gtktoggletoolbutton.h \
gtktoolbar.h \
Expand All @@ -396,6 +402,7 @@ gtk_public_h_sources = \
gtktreeview.h \
gtktreeviewcolumn.h \
gtktypeutils.h \
gtkuimanager.h \
gtkvbbox.h \
gtkvbox.h \
gtkviewport.h \
Expand Down
2 changes: 1 addition & 1 deletion tests/makefile.msc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e8a4c84

Please sign in to comment.