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
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user