Files
evolution/widgets/misc/e-gui-utils.h
Christopher James Lahey e80e78db73 Changed the #ifndef used so that it doesn't collide with one inside of
2000-09-21  Christopher James Lahey  <clahey@helixcode.com>

	* gal/widgets/e-gui-utils.h: Changed the #ifndef used so that it
	doesn't collide with one inside of evolution.  The entire name of
	this file should change soon.

svn path=/trunk/; revision=5535
2000-09-21 07:33:59 +00:00

19 lines
634 B
C

#ifndef GAL_GUI_UTILS_H
#define GAL_GUI_UTILS_H
#include <gtk/gtkmenu.h>
#include <gtk/gtkwindow.h>
#include <libgnomeui/gnome-messagebox.h>
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, ...);
void e_container_foreach_leaf (GtkContainer *container,
GtkCallback callback,
gpointer closure);
gint e_container_change_tab_order (GtkContainer *container,
GList *widgets);
#endif /* GAL_GUI_UTILS_H */