From f62df6f7d7294888fde711dde94d28d7e2ac2c2a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 19 May 2000 04:13:37 +0000 Subject: Added e_container_foreach_leaf. 2000-05-19 Christopher James Lahey * e-gui-utils.c, e-gui-utils.h: Added e_container_foreach_leaf. svn path=/trunk/; revision=3130 --- widgets/misc/e-gui-utils.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'widgets/misc/e-gui-utils.h') diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h index 7339821455..cffdbd1e4f 100644 --- a/widgets/misc/e-gui-utils.h +++ b/widgets/misc/e-gui-utils.h @@ -7,7 +7,10 @@ void e_popup_menu (GtkMenu *menu, GdkEventButton *event); void e_auto_kill_popup_menu_on_hide (GtkMenu *menu); void e_notice (GtkWindow *window, const char *type, const char *format, ...); -GtkWidget *e_create_image_widget(gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); +GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); +void e_container_foreach_leaf (GtkContainer *container, + GtkCallback callback, + gpointer closure); #endif /* E_GUI_UTILS_H */ -- cgit v1.2.3