forked from AuroraMiddleware/gtk
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:
parent
5bba005c17
commit
e8a4c8442d
@ -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>
|
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
||||||
|
@ -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>
|
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
||||||
|
@ -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>
|
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
||||||
|
@ -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>
|
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
||||||
|
@ -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>
|
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
|
||||||
|
@ -361,6 +361,8 @@ static void gtk_combo_box_cell_layout_reorder (GtkCellLayout
|
|||||||
static gboolean gtk_combo_box_mnemonic_activate (GtkWidget *widget,
|
static gboolean gtk_combo_box_mnemonic_activate (GtkWidget *widget,
|
||||||
gboolean group_cycling);
|
gboolean group_cycling);
|
||||||
|
|
||||||
|
static void cell_view_sync_cells (GtkComboBox *combo_box,
|
||||||
|
GtkCellView *cell_view);
|
||||||
|
|
||||||
GType
|
GType
|
||||||
gtk_combo_box_get_type (void)
|
gtk_combo_box_get_type (void)
|
||||||
|
@ -249,6 +249,8 @@ gtk_public_h_sources = \
|
|||||||
gtkaccellabel.h \
|
gtkaccellabel.h \
|
||||||
gtkaccelmap.h \
|
gtkaccelmap.h \
|
||||||
gtkaccessible.h \
|
gtkaccessible.h \
|
||||||
|
gtkaction.h \
|
||||||
|
gtkactiongroup.h \
|
||||||
gtkadjustment.h \
|
gtkadjustment.h \
|
||||||
gtkalignment.h \
|
gtkalignment.h \
|
||||||
gtkarrow.h \
|
gtkarrow.h \
|
||||||
@ -274,6 +276,8 @@ gtk_public_h_sources = \
|
|||||||
gtkcolorsel.h \
|
gtkcolorsel.h \
|
||||||
gtkcolorseldialog.h \
|
gtkcolorseldialog.h \
|
||||||
gtkcombo.h \
|
gtkcombo.h \
|
||||||
|
gtkcombobox.h \
|
||||||
|
gtkcomboboxentry.h \
|
||||||
gtkcontainer.h \
|
gtkcontainer.h \
|
||||||
gtkctree.h \
|
gtkctree.h \
|
||||||
gtkcurve.h \
|
gtkcurve.h \
|
||||||
@ -343,6 +347,7 @@ gtk_public_h_sources = \
|
|||||||
gtkprivate.h \
|
gtkprivate.h \
|
||||||
gtkprogress.h \
|
gtkprogress.h \
|
||||||
gtkprogressbar.h \
|
gtkprogressbar.h \
|
||||||
|
gtkradioaction.h \
|
||||||
gtkradiobutton.h \
|
gtkradiobutton.h \
|
||||||
gtkradiomenuitem.h \
|
gtkradiomenuitem.h \
|
||||||
gtkradiotoolbutton.h \
|
gtkradiotoolbutton.h \
|
||||||
@ -378,6 +383,7 @@ gtk_public_h_sources = \
|
|||||||
gtktexttagtable.h \
|
gtktexttagtable.h \
|
||||||
gtktextview.h \
|
gtktextview.h \
|
||||||
gtktipsquery.h \
|
gtktipsquery.h \
|
||||||
|
gtktoggleaction.h \
|
||||||
gtktogglebutton.h \
|
gtktogglebutton.h \
|
||||||
gtktoggletoolbutton.h \
|
gtktoggletoolbutton.h \
|
||||||
gtktoolbar.h \
|
gtktoolbar.h \
|
||||||
@ -396,6 +402,7 @@ gtk_public_h_sources = \
|
|||||||
gtktreeview.h \
|
gtktreeview.h \
|
||||||
gtktreeviewcolumn.h \
|
gtktreeviewcolumn.h \
|
||||||
gtktypeutils.h \
|
gtktypeutils.h \
|
||||||
|
gtkuimanager.h \
|
||||||
gtkvbbox.h \
|
gtkvbbox.h \
|
||||||
gtkvbox.h \
|
gtkvbox.h \
|
||||||
gtkviewport.h \
|
gtkviewport.h \
|
||||||
|
@ -48,7 +48,7 @@ TESTAPPS = \
|
|||||||
testicontheme testinput \
|
testicontheme testinput \
|
||||||
testmenus testmerge testmultidisplay testmultiscreen \
|
testmenus testmerge testmultidisplay testmultiscreen \
|
||||||
testrgb \
|
testrgb \
|
||||||
testselection \
|
testselection testspinbutton \
|
||||||
testtext testtextbuffer testtoolbar \
|
testtext testtextbuffer testtoolbar \
|
||||||
testtreecolumns testtreeedit testtreeflow testtreefocus \
|
testtreecolumns testtreeedit testtreeflow testtreefocus \
|
||||||
testtreesort testtreeview treestoretest \
|
testtreesort testtreeview treestoretest \
|
||||||
|
Loading…
Reference in New Issue
Block a user